Platform Core .NET Assemblies API
ToNameValueCollection Method
See Also  Send Feedback
Terrasoft.Common Namespace > StringUtilities Class : ToNameValueCollection Method
source
String.

Glossary Item Box

Converts the specified instance to the System.Collections.Specialized.NameValueCollection type that is a collection of connected System.String keys and System.String values that can be accessed using a key or an index.

Syntax

 
C#
 
 

Parameters

source
String.

Return Value

The instance of the System.Collections.Specialized.NameValueCollection class.

Remarks

Extensible method for the System.String class.

A source string that is a set of 'Key=Value’ pairs, separated with semicolon ';'.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.