DictUtilssetItem(String, String) Method
Add or replace a key/(string)value pair
Namespace: MbcsUtilsAssembly: MbcsUtils (in MbcsUtils.dll) Version: 1.0.0.0 (1.0.0.0)
Public Sub setItem (
key As String,
value As String
)
Dim instance As DictUtils
Dim key As String
Dim value As String
instance.setItem(key, value)
Parameters
- key String
- Key to add or replace
- value String
- The new value