Click or drag to resize

PopoverPositionsHelperToString Method

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

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(
	PopoverPositions positions
)

Parameters

positions
Type: Bootstrap.A11yPopoverPositions
One or more positions.

Return Value

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