Description:

Attempts to convert a string to a key value string pair array.

Syntax:
public static bool TryParseStringDictionary(
string s,
out KeyValuePair<string, string>[] value
)
Parameters:
  • value
  • Type: KeyValuePair<string, string>[]
  • Result will get copied here, if the string is None or empty then this will be an empty array, if there was an error parsing then this will be None otherwise it will be the string parsed as a key value string pair array.
Returns:
Type: bool
Returns True if the string is not empty and properly formatted as a key value string pair list otherwise returns false.

/
/
/
TryParseStringDictionary

TryParseStringDictionary method

Class:  Rhino.PersistentSettingsConverter

Nothing found