Class CommandExtensions
- Namespace
- Cmpnnt.Pia.Ctl.Extensions
- Assembly
- Cmpnnt.Pia.Ctl.dll
public static class CommandExtensions
- Inheritance
-
CommandExtensions
- Inherited Members
Methods
ToStringF(Command)
A more efficient version of ToString() for enums.
public static string ToStringF(this Command command)
Parameters
command
CommandA Command enum value
Returns
- string
A lowercase version of the name of the enum.