Click or drag to resize

Func.EnIn.NumberToStr 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: System.Int64

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

blankIfZero (Optional)
Type: System.Boolean

[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