Click or drag to resize

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)
Syntax
C#
public static string ToLower(
	Enum val
)

Parameters

val
Type: SystemEnum
The enumeration to convert.

Return Value

Type: String
The lower-case text equivalent of val.
See Also