Click or drag to resize

StiFunctionsStringsToWords Method (NullableDouble, NullableBoolean)

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

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

Parameters

value
Type: SystemNullableDouble

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

upperCase
Type: SystemNullableBoolean

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

Return Value

Type: String

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

See Also