Click or drag to resize

StiFunctionsStringsToCurrencyWordsEnIn Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsStrings.ToCurrencyWordsEnIn(System.String,System.String,System.Decimal,System.Int32,System.Boolean)"]

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string ToCurrencyWordsEnIn(
	string currencyBasicUnit,
	string currencyFractionalUnit,
	decimal value,
	int decimalPlaces,
	bool blankIfZero = false
)

Parameters

currencyBasicUnit
Type: SystemString

[Missing <param name="currencyBasicUnit"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsStrings.ToCurrencyWordsEnIn(System.String,System.String,System.Decimal,System.Int32,System.Boolean)"]

currencyFractionalUnit
Type: SystemString

[Missing <param name="currencyFractionalUnit"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsStrings.ToCurrencyWordsEnIn(System.String,System.String,System.Decimal,System.Int32,System.Boolean)"]

value
Type: SystemDecimal

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsStrings.ToCurrencyWordsEnIn(System.String,System.String,System.Decimal,System.Int32,System.Boolean)"]

decimalPlaces
Type: SystemInt32

[Missing <param name="decimalPlaces"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsStrings.ToCurrencyWordsEnIn(System.String,System.String,System.Decimal,System.Int32,System.Boolean)"]

blankIfZero (Optional)
Type: SystemBoolean

[Missing <param name="blankIfZero"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsStrings.ToCurrencyWordsEnIn(System.String,System.String,System.Decimal,System.Int32,System.Boolean)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsStrings.ToCurrencyWordsEnIn(System.String,System.String,System.Decimal,System.Int32,System.Boolean)"]

See Also