NameValueCollectionParseSemi Method
Parse a semi-colon delimited string of colon delimited names and values
and return the result to the caller.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static NameValueCollection ParseSemi(
string semiColonDelimitedValue
)
Public Shared Function ParseSemi (
semiColonDelimitedValue As String
) As NameValueCollection
No code example is currently available or this language may not be supported.
- semiColonDelimitedValue String
-
Semi-colon delimited series of colon delimited names and values.
NameValueCollection
Reference to a newly created and populated NameValueCollection.