Click or drag to resize

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

Initializes a new instance of the StiNumberFormatService class

Namespace:  Stimulsoft.Report.Components.TextFormats
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiNumberFormatService(
	int negativePattern,
	int decimalPlaces,
	string decimalSeparator,
	int decimalDigits,
	string groupSeparator,
	int groupSize,
	bool useGroupSeparator,
	bool useLocalSetting,
	string nullDisplay,
	StiTextFormatState state
)

Parameters

negativePattern
Type: SystemInt32

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

decimalPlaces
Type: SystemInt32

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

decimalSeparator
Type: SystemString

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

decimalDigits
Type: SystemInt32

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

groupSeparator
Type: SystemString

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

groupSize
Type: SystemInt32

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

useGroupSeparator
Type: SystemBoolean

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

useLocalSetting
Type: SystemBoolean

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

nullDisplay
Type: SystemString

[Missing <param name="nullDisplay"/> documentation for "M:Stimulsoft.Report.Components.TextFormats.StiNumberFormatService.#ctor(System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32,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.StiNumberFormatService.#ctor(System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.String,Stimulsoft.Report.Components.StiTextFormatState)"]

See Also