Click or drag to resize

StiCurrencyFormatService Constructor (Int32, Int32, Int32, String, Int32, String, Int32, String, Boolean, Boolean, String, StiTextFormatState)

Initializes a new instance of the StiCurrencyFormatService class

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,
	StiTextFormatState state
)

Parameters

positivePattern
Type: SystemInt32

[Missing <param name="positivePattern"/> documentation for "M:Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.String,Stimulsoft.Report.Components.StiTextFormatState)"]

negativePattern
Type: SystemInt32

[Missing <param name="negativePattern"/> documentation for "M:Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.String,Stimulsoft.Report.Components.StiTextFormatState)"]

decimalPlaces
Type: SystemInt32

[Missing <param name="decimalPlaces"/> documentation for "M:Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.String,Stimulsoft.Report.Components.StiTextFormatState)"]

decimalSeparator
Type: SystemString

[Missing <param name="decimalSeparator"/> documentation for "M:Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.String,Stimulsoft.Report.Components.StiTextFormatState)"]

decimalDigits
Type: SystemInt32

[Missing <param name="decimalDigits"/> documentation for "M:Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.String,Stimulsoft.Report.Components.StiTextFormatState)"]

groupSeparator
Type: SystemString

[Missing <param name="groupSeparator"/> documentation for "M:Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.String,Stimulsoft.Report.Components.StiTextFormatState)"]

groupSize
Type: SystemInt32

[Missing <param name="groupSize"/> documentation for "M:Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.String,Stimulsoft.Report.Components.StiTextFormatState)"]

symbol
Type: SystemString

[Missing <param name="symbol"/> documentation for "M:Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.String,Stimulsoft.Report.Components.StiTextFormatState)"]

useGroupSeparator
Type: SystemBoolean

[Missing <param name="useGroupSeparator"/> documentation for "M:Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.String,Stimulsoft.Report.Components.StiTextFormatState)"]

useLocalSetting
Type: SystemBoolean

[Missing <param name="useLocalSetting"/> documentation for "M:Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.String,Stimulsoft.Report.Components.StiTextFormatState)"]

nullDisplay
Type: SystemString

[Missing <param name="nullDisplay"/> documentation for "M:Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.String,Stimulsoft.Report.Components.StiTextFormatState)"]

state
Type: Stimulsoft.Report.ComponentsStiTextFormatState

[Missing <param name="state"/> documentation for "M:Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32,System.String,System.Boolean,System.Boolean,System.String,Stimulsoft.Report.Components.StiTextFormatState)"]

See Also