Click or drag to resize

Command.ToString Method

Retrieves the contents of the Command in string-format.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.6.0
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