NameValueCollectionParseSemi Method

Parse a semi-colon delimited string of colon delimited names and values and return the result to the caller.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public static NameValueCollection ParseSemi(
	string semiColonDelimitedValue
)

Parameters

semiColonDelimitedValue  String
Semi-colon delimited series of colon delimited names and values.

Return Value

NameValueCollection
Reference to a newly created and populated NameValueCollection.

See Also