WorkMatch NameValuePair ParseList Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Converts a string with a list of separated pairs into a list i.e. "a=1;b=2"

Namespace: NFX.Wave
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static List<WorkMatch..::..NameValuePair> ParseList(
	string list
)

Return Value

Type: OnlineList WorkMatch NameValuePair 
See Also