StringHelperToLower Method (Enum)
|
Returns the lower-case text equivalent of val.
Namespace:
Bootstrap.A11y.Helpers
Assembly:
Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static string ToLower(
Enum val
)
Parameters
- val
- Type: SystemEnum
The enumeration to convert.
Return Value
Type:
StringThe lower-case text equivalent of
val.
See Also