OAuthContext.GetValues method

Creates a dictionary from a string.

protected static Dictionary<string, string> GetValues(string valuesString)
parameter description
valuesString The string.

Return Value

The dictionary.

See Also