Click or drag to resize

AspectRatiosHelperToString Method

Gets the string representation of aspectRatio.

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(
	AspectRatios aspectRatio
)

Parameters

aspectRatio
Type: Bootstrap.A11yAspectRatios
The AspectRatios.

Return Value

Type: String
The string representation of aspectRatio.
See Also