 | IniFileExReadUInt 方法 |
Sweet 开发框架
读整数
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public uint ReadUInt(
string section,
string key,
uint Default = 0
)
Public Function ReadUInt (
section As String,
key As String,
Optional Default As UInteger = 0
) As UInteger
member ReadUInt :
section : string *
key : string *
?Default : uint32
(* Defaults:
let _Default = defaultArg Default 0
*)
-> uint32
参数
- section
- 类型:SystemString
section - key
- 类型:SystemString
key - Default (Optional)
- 类型:SystemUInt32
Normal
返回值
类型:
UInt32结果
参见