DictUtilsgetItem(String, String) Method

Retrieve an item by key

Definition

Namespace: MbcsUtils
Assembly: MbcsUtils (in MbcsUtils.dll) Version: 1.0.0.0 (1.0.0.0)
VB
Public Sub getItem ( 
	key As String,
	ByRef itm As String
)

Dim instance As DictUtils
Dim key As String
Dim itm As String

instance.getItem(key, itm)

Parameters

key  String
The key to retrieve
itm  String
The value that is retrieved as a string

See Also