Click or drag to resize

CommandListToString Method

Retrieves the contents of the CommandList in string-format.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public override string ToString()

Return Value

String
String representation of the CommandList.
Remarks
The string representation can be used to create another CommandList object by passing it to FromString(String).
See Also