Okapi .NET Library

FieldsString.ToString Method 

 [This is preliminary documentation and subject to change.]

Gets the string representation of the options collection.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();
[C++]
public: String* ToString();
[JScript]
public override function ToString(): String;

Return Value

The string representation of the options collection.

See Also

FieldsString Class | Okapi.Library.Base Namespace