StringUtilities.ToNameValueCollection - метод Смотри также Terrasoft.Common - пространство имен > StringUtilities - класс : ToNameValueCollection - метод C#
- source
- String.
Glossary Item Box
[Extension()] public static NameValueCollection ToNameValueCollection( string source )
Параметры
- source
- String.
Тип возвращаемого значения
The instance of the System.Collections.Specialized.NameValueCollection class.Extensible method for the System.String class.
The source string is a set of 'Key=Value' pairs, separated with the ';' character.