Sitecore 5.1.1 API

MainUtil.GetNameValues Method

NOTE: This method is now obsolete.

Use StringUtil.GetNameValues instead


Converts a string to a name/value collection.

Overload List

Obsolete. Converts a string to a name/value collection.

public static NameValueCollection GetNameValues(string);

Obsolete. Converts a string to a name/value collection.

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

Obsolete. Gets a name/value collection from a string array.

public static NameValueCollection GetNameValues(string[]);

See Also

MainUtil Class | Sitecore Namespace