Click or drag to resize

TriggersHelperToString Method

Gets a lower-case, space-delimited string of the flags set in triggers.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public static string ToString(
	Triggers triggers
)

Parameters

triggers
Type: Bootstrap.A11yTriggers
One or more triggers.

Return Value

Type: String
A lower-case, space-delimited string of the flags set in triggers.
See Also