RhinoCommon API
PersistentSettingsConverterIsStringDictionary Method |
Determines if the string value is formatted as a key value pair
string list.
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public static bool IsStringDictionary( string s )
Public Shared Function IsStringDictionary ( s As String ) As Boolean
Parameters
- s
- Type: SystemString
String to check
Return Value
Type: BooleanReturns true if it is a XML key value pair list otherwise return false.
