CommandValueToAcronym Method |
Returns the shortened string representation of a CommandValueType.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public static string ToAcronym(
this CommandValueType type
)
Parameters
- type CommandValueType
Return Value
String[Missing <returns> documentation for "M:RAYLASE.SPICE3.CommandValue.ToAcronym(RAYLASE.SPICE3.CommandValueType)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
CommandValueType. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also