StiNumberFormatService Constructor (Int32, String, Int32, String, Int32, Boolean, Boolean, String) |
Creates a new format of the type StiNumberFormatService with specified arguments.
Namespace:
Stimulsoft.Report.Components.TextFormats
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiNumberFormatService(
int negativePattern,
string decimalSeparator,
int decimalDigits,
string groupSeparator,
int groupSize,
bool useGroupSeparator,
bool useLocalSetting,
string nullDisplay
)
Public Sub New (
negativePattern As Integer,
decimalSeparator As String,
decimalDigits As Integer,
groupSeparator As String,
groupSize As Integer,
useGroupSeparator As Boolean,
useLocalSetting As Boolean,
nullDisplay As String
)
Parameters
- negativePattern
- Type: SystemInt32
The format pattern for negative numeric values. - decimalSeparator
- Type: SystemString
The string to use as the decimal separator in currency values. - decimalDigits
- Type: SystemInt32
The number of decimal places to use in currency values. - groupSeparator
- Type: SystemString
The string that separates groups of digits to the left of the decimal in currency values. - groupSize
- Type: SystemInt32
The number of digits in group to the left of the decimal in currency values. - useGroupSeparator
- Type: SystemBoolean
Value indicates that it is necessary to use a group separator. - useLocalSetting
- Type: SystemBoolean
Value indicates that it is necessary to use local settings. - nullDisplay
- Type: SystemString
String value to show the value null.
See Also