ParametersGetString Method

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

Definition

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

Dim instance As Parameters
Dim key As String

Dim returnValue As String

returnValue = instance.GetString(key)

Parameters

key  String

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

Return Value

String

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

See Also