Converts distance to its html representation.

Namespace:  PerpetuumSoft.Reporting.Export.Html
Assembly:  PerpetuumSoft.Reporting.Export.Html (in PerpetuumSoft.Reporting.Export.Html.dll) Version: 3.9.0.1

Syntax

C#
string FormatUnits(
	double value
)
Visual Basic (Declaration)
Function FormatUnits ( _
	value As Double _
) As String
Visual C++
String^ FormatUnits(
	double value
)

Parameters

value
Type: System..::.Double

See Also