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

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

Syntax
C++
C#
Visual Basic
public: StiNumberFormatService( int negativePattern, string decimalSeparator, int decimalDigits, string groupSeparator, int groupSize, bool useGroupSeparator, bool useLocalSetting, string nullDisplay );
Parameters
Parameters 
Description 
negativePattern 
The format pattern for negative numeric values. 
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. 
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.