RhinoCommon API
PersistentSettingsConverterToString Method (KeyValuePairString, String) |
Converts a key value string pair array to a properly formatted string
dictionary XML string.
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll)

public static string ToString( KeyValuePair<string, string>[] value )
Public Shared Function ToString ( value As KeyValuePair(Of String, String)() ) As String
Parameters
- value
- Type: System.Collections.GenericKeyValuePairString, String
List of string pairs to turn into a dictionary XML string.
Return Value
Type: StringReturns a properly formatted XML string that represents the string dictionary.
