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)
Syntaxpublic static string ToString(
Triggers triggers
)
Parameters
- triggers
- Type: Bootstrap.A11yTriggers
One or more triggers.
Return Value
Type:
StringA lower-case, space-delimited string of the flags set in
triggers.
See Also