You are here: Symbol Reference > Stimulsoft.Report.Components.TextFormats Namespace > StiCurrencyFormatService Class > StiCurrencyFormatService Constructor > StiCurrencyFormatService Constructor (int, int, int, string, int, string, int, string, bool, bool, string)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiCurrencyFormatService.StiCurrencyFormatService Constructor (int, int, int, string, int, string, int, string, bool, bool, string)

Creates a new format of the type StiCurrencyFormatService with specified arguments.

Syntax
C++
C#
Visual Basic
public: StiCurrencyFormatService( int positivePattern, int negativePattern, int decimalPlaces, string decimalSeparator, int decimalDigits, string groupSeparator, int groupSize, string symbol, bool useGroupSeparator, bool useLocalSetting, string nullDisplay );
Parameters
Parameters 
Description 
positivePattern 
The format pattern for positive currency values. 
negativePattern 
The format pattern for negative numeric values. 
decimalPlaces 
Do not use argument. 
decimalSeparator 
The string to use as the decimal separator in currency values. 
decimalDigits 
The number of decimal places to use in currency values. 
groupSeparator 
The string that separates groups of digits to the left of the decimal in currency values. 
groupSize 
The number of digits in group to the left of the decimal in currency values. 
symbol 
Currency symbol. 
useGroupSeparator 
Value indicates that it is necessary to use a group separator. 
useLocalSetting 
Value indicates that it is necessary to use local settings. 
nullDisplay 
String value to show the value null. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.