Skip to main content
All docs
V26.1
  • FormFieldValueFormat.CreateNumberFormat(Int32, FormFieldNumberSeparatorStyle) Method

    Creates a number format for a form field value.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public static FormFieldValueFormat CreateNumberFormat(
        int decimalPlaces,
        FormFieldNumberSeparatorStyle separatorStyle
    )

    Parameters

    Name Type Description
    decimalPlaces Int32

    A number of decimal places.

    separatorStyle FormFieldNumberSeparatorStyle

    Specifies the style of the number separator.

    Returns

    Type Description
    FormFieldValueFormat

    An object that contains the number format.

    See Also