Click or drag to resize

FuncEsNumToStr Method (Int64, Boolean)

Converts the specified value to its equivalent string representation.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string NumToStr(
	long number,
	bool upperCase
)

Parameters

number
Type: SystemInt64

[Missing <param name="number"/> documentation for "M:Stimulsoft.Report.Func.Es.NumToStr(System.Int64,System.Boolean)"]

upperCase
Type: SystemBoolean

[Missing <param name="upperCase"/> documentation for "M:Stimulsoft.Report.Func.Es.NumToStr(System.Int64,System.Boolean)"]

Return Value

Type: String
Returns the string representation of the long value.
See Also