 | IniFileExReadDecimal 方法 |
Sweet 开发框架
读Decimal
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public decimal ReadDecimal(
string section,
string key,
[OptionalAttribute] decimal Default
)
Public Function ReadDecimal (
section As String,
key As String,
<OptionalAttribute> Default As Decimal
) As Decimal
member ReadDecimal :
section : string *
key : string *
[<OptionalAttribute>] Default : decimal -> decimal
参数
- section
- 类型:SystemString
section - key
- 类型:SystemString
key - Default (Optional)
- 类型:SystemDecimal
Normal
返回值
类型:
Decimal结果
参见