Click or drag to resize

StringHelperToLower Method (Boolean)

Returns the lower-case, English 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(
	bool val
)

Parameters

val
Type: SystemBoolean
The value to convert.

Return Value

Type: String
"true" or "false" as appropriate.
See Also