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