Spice3CommandListFromStringT Method |
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.9.0
Syntaxpublic 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
TA new
Spice3CommandList instance, initialized by the values from
listText.
RemarksThe string representation must have the same format as created by
ToString.
See Also