Click or drag to resize

Spice3CommandListToString Method

Retrieves the contents of the Spice3CommandList in string-format.

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

Return Value

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