Click or drag to resize

SessionToFormattedFloat Method

Format a floating point value per the FormatFloat format in the NumberCulture culture.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string ToFormattedFloat(
	double f
)

Parameters

f
Type: SystemDouble
The floating point number to format.

Return Value

Type: String
The formatted value as a string.
See Also