ParametersGetInt Method

Returns an Integer Parameter

Definition

Namespace: MbcsUtils
Assembly: MbcsUtils (in MbcsUtils.dll) Version: 1.0.0.0 (1.0.0.0)
VB
Public Function GetInt ( 
	key As String
) As Integer

Dim instance As Parameters
Dim key As String

Dim returnValue As Integer

returnValue = instance.GetInt(key)

Parameters

key  String

[Missing <param name="key"/> documentation for "M:MbcsUtils.Parameters.GetInt(System.String)"]

Return Value

Int32

[Missing <returns> documentation for "M:MbcsUtils.Parameters.GetInt(System.String)"]

See Also