Parses the specified string and returns a dictionary containing serialized property values.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
protected virtual IDictionary<string, string> SplitCommandState(
	string commandState
)
Visual Basic (Declaration)
Protected Overridable Function SplitCommandState ( _
	commandState As String _
) As IDictionary(Of String, String)
Visual C++
protected:
virtual IDictionary<String^, String^>^ SplitCommandState(
	String^ commandState
)

Parameters

commandState
Type: System..::.String
String to parse

See Also