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#
public string FormatUnits(
	double value
)
Visual Basic (Declaration)
Public Function FormatUnits ( _
	value As Double _
) As String
Visual C++
public:
virtual String^ FormatUnits(
	double value
) sealed

Parameters

value
Type: System..::.Double

Implements

IHtmlContext..::.FormatUnits(Double)

See Also