NFI.PeriodDecSep Property

PDF File Writer

NFIPeriodDecSep Property

Define period as number decimal separator.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public static NumberFormatInfo PeriodDecSep { get; }

Property Value

Type: NumberFormatInfo
Remarks
NumberFormatInfo is used with string formatting to set the decimal separator to a period regardless of region.
See Also