Click or drag to resize

StiFunctionsStringsToCurrencyWords Method (NullableDouble, NullableBoolean, NullableBoolean)

[Missing <summary> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsStrings.ToCurrencyWords(System.Nullable{System.Double},System.Nullable{System.Boolean},System.Nullable{System.Boolean})"]

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string ToCurrencyWords(
	Nullable<double> value,
	Nullable<bool> upperCase,
	Nullable<bool> showCents
)

Parameters

value
Type: SystemNullableDouble

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsStrings.ToCurrencyWords(System.Nullable{System.Double},System.Nullable{System.Boolean},System.Nullable{System.Boolean})"]

upperCase
Type: SystemNullableBoolean

[Missing <param name="upperCase"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsStrings.ToCurrencyWords(System.Nullable{System.Double},System.Nullable{System.Boolean},System.Nullable{System.Boolean})"]

showCents
Type: SystemNullableBoolean

[Missing <param name="showCents"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsStrings.ToCurrencyWords(System.Nullable{System.Double},System.Nullable{System.Boolean},System.Nullable{System.Boolean})"]

Return Value

Type: String

[Missing <returns> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsStrings.ToCurrencyWords(System.Nullable{System.Double},System.Nullable{System.Boolean},System.Nullable{System.Boolean})"]

See Also