Click or drag to resize

FuncEnInNumberToStr Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Func.EnIn.NumberToStr(System.Int64,System.Boolean)"]

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string NumberToStr(
	long value,
	bool blankIfZero = false
)

Parameters

value
Type: SystemInt64

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

blankIfZero (Optional)
Type: SystemBoolean

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

Return Value

Type: String

[Missing <returns> documentation for "M:Stimulsoft.Report.Func.EnIn.NumberToStr(System.Int64,System.Boolean)"]

See Also