StiCurrencyFormatService Constructor (Int32, Int32, Int32, String, Int32, String, Int32, String, Boolean, Boolean, String) |
Creates a new format of the type StiCurrencyFormatService with specified arguments.
Namespace:
Stimulsoft.Report.Components.TextFormats
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiCurrencyFormatService(
int positivePattern,
int negativePattern,
int decimalPlaces,
string decimalSeparator,
int decimalDigits,
string groupSeparator,
int groupSize,
string symbol,
bool useGroupSeparator,
bool useLocalSetting,
string nullDisplay
)
Public Sub New (
positivePattern As Integer,
negativePattern As Integer,
decimalPlaces As Integer,
decimalSeparator As String,
decimalDigits As Integer,
groupSeparator As String,
groupSize As Integer,
symbol As String,
useGroupSeparator As Boolean,
useLocalSetting As Boolean,
nullDisplay As String
)
Parameters
- positivePattern
- Type: SystemInt32
The format pattern for positive currency values. - negativePattern
- Type: SystemInt32
The format pattern for negative numeric values. - decimalPlaces
- Type: SystemInt32
Do not use argument. - 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. - symbol
- Type: SystemString
Currency symbol. - 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