Sitecore 5.0 API

StringUtil.GetNameValues Method

Converts a string to a name/value collection.

Overload List

Converts a string to a name/value collection.

public static NameValueCollection GetNameValues(string);

Converts a string to a name/value collection.

public static NameValueCollection GetNameValues(string,char,char);

Gets a name/value collection from a string array.

public static NameValueCollection GetNameValues(string[]);

See Also

StringUtil Class | Sitecore Namespace