Okapi .NET Library

FieldsString.Add Method (String, Char)

 [This is preliminary documentation and subject to change.]

Adds a character value to the options collection.

[Visual Basic]
Public Sub Add( _ 
   ByVal p_sName As String, _ 
   ByVal p_chValue As Char _ 
)
[C#]
public void Add(
   string p_sName,
   char p_chValue
);
[C++]
public: void Add(
   String* p_sName,
   wchar_t p_chValue
);
[JScript]
public function Add(
   String p_sName,
   char p_chValue
);

Parameters

p_sName
The name of the option.
p_chValue
The value of the option.

See Also

FieldsString Class | Okapi.Library.Base Namespace | FieldsString.Add Overload List