Click or drag to resize

CommandValueToAcronym Method

Returns the shortened string representation of a CommandValueType.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
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