DictUtilsgetItem(String, String) Method
Retrieve an item by key
Namespace: MbcsUtilsAssembly: MbcsUtils (in MbcsUtils.dll) Version: 1.0.0.0 (1.0.0.0)
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