Creates a
Command object from its string representation.
Both
RAYLASE.SPICE3.LegacyCommand and new syntax are accepted.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public static Command FromString(
string command
)
Parameters
- command String
- string representation of a command.
Return Value
CommandA new
Command instance, initialized by the values from
command.
Remarks The string representation must have the same format as created by
ToString.
See Also