Click or drag to resize

FuncUaNumToStr Method (Double)

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(
	double value
)

Parameters

value
Type: SystemDouble
A value to convert.

Return Value

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