Click or drag to resize

CommandListFromString Method

Creates a CommandList object from its string representation.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public static CommandList FromString(
	string listText
)

Parameters

listText  String
string representation of a CommandList.

Return Value

CommandList
A new CommandList instance, initialized by the values from listText.
Remarks
The string representation must have the same format as created by ToString.
See Also