Method ParseMap
ParseMap(String)
Parses "a=b c=d f" (whitespace separated) into name-value pairs. If there is no '=' as in 'f' above then it's short for f=f.
Declaration
protected static IDictionary<string, string> ParseMap(string body)
Parameters
Type | Name | Description |
---|---|---|
System.String | body |
Returns
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.String> |