Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

StringUtilities.ToNameValueCollection - метод Смотри также  Terrasoft.Common - пространство имен > StringUtilities - класс : ToNameValueCollection - метод C#

source
String.

Glossary Item Box

Converts this instance to the System.Collections.Specialized.NameValueCollection type that is a collection of associated System.String keys and System.String values, access to which can be accessed either with the key or with the index.

Синтаксис

[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.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?