Click or drag to resize

CommandValueParseType Method

Parses Strings of CommandValueTypeAcronym or CommandValueType into CommandValueType. Returns null if s is not a valid member of CommandValueTypeAcronym or CommandValueType.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public static CommandValueType? ParseType(
	string s
)

Parameters

s  String

Return Value

NullableCommandValueType

[Missing <returns> documentation for "M:RAYLASE.SPICE3.CommandValue.ParseType(System.String)"]

See Also