Click or drag to resize

CommandValue Class

Provides static functions and extensions to CommandValueType and CommandValueTypeAcronym.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3CommandValue

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public static class CommandValue

The CommandValue type exposes the following members.

Methods
 NameDescription
Public methodStatic memberParseType Parses Strings of CommandValueTypeAcronym or CommandValueType into CommandValueType. Returns null if s is not a valid member of CommandValueTypeAcronym or CommandValueType.
Public Extension MethodToAcronym Returns the shortened string representation of a CommandValueType.
Top
See Also