DictUtilssetItem(String, String) Method

Add or replace a key/(string)value pair

Definition

Namespace: MbcsUtils
Assembly: MbcsUtils (in MbcsUtils.dll) Version: 1.0.0.0 (1.0.0.0)
VB
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

See Also