Click or drag to resize

Spice3CommandListFromStringT Method

Creates a Spice3CommandList object from its string representation.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.9.0
Syntax
C#
public static T FromString<T>(
	string listText
)
where T : new(), Spice3CommandList

Parameters

listText  String
string representation of a commandList.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:RAYLASE.SPICE3.Spice3CommandList.FromString``1(System.String)"]

Return Value

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