WebConfigHelper.GetConfigDecimal Method

HD.Common

WebConfigHelperGetConfigDecimal Method Helper帮助文档
得到AppSettings中的配置Decimal信息

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static decimal GetConfigDecimal(
	string key
)
Public Shared Function GetConfigDecimal ( 
	key As String
) As Decimal
public:
static Decimal GetConfigDecimal(
	String^ key
)
static member GetConfigDecimal : 
        key : string -> decimal 

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:HD.Common.WebConfigHelper.GetConfigDecimal(System.String)"]

Return Value

Type: Decimal

[Missing <returns> documentation for "M:HD.Common.WebConfigHelper.GetConfigDecimal(System.String)"]

See Also

Reference