Click or drag to resize

CommandFromString Method

Creates a Command object from its string representation. Both RAYLASE.SPICE3.LegacyCommand and new syntax are accepted.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public static Command FromString(
	string command
)

Parameters

command  String
string representation of a command.

Return Value

Command
A new Command instance, initialized by the values from command.
Remarks
The string representation must have the same format as created by ToString.
See Also