WebConfigHelper.GetConfigInt Method

HD.Common

WebConfigHelperGetConfigInt Method Helper帮助文档
得到AppSettings中的配置int信息

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

public static int GetConfigInt(
	string key
)
Public Shared Function GetConfigInt ( 
	key As String
) As Integer
public:
static int GetConfigInt(
	String^ key
)
static member GetConfigInt : 
        key : string -> int 

Parameters

key
Type: SystemString

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

Return Value

Type: Int32

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

See Also

Reference