CommandListFromString Method |
Creates a
CommandList object from its string representation.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public static CommandList FromString(
string listText
)
Parameters
- listText String
- string representation of a CommandList.
Return Value
CommandListA new
CommandList instance, initialized by the values from
listText.
Remarks The string representation must have the same format as created by
ToString.
See Also