Click or drag to resize

CommandToString Method

Retrieves the contents of the Command in string-format.

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

Return Value

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