This documentation is for the old version. Go to the latest Graphics Mill docs

Common.GetNumberFormat Method

Returns a number format.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public Shared Function GetNumberFormat As NumberFormatInfo
C#
public static NumberFormatInfo GetNumberFormat()

Return Value

The NumberFormatInfo value which defines how numeric values are formatted and displayed.

See Also

Reference