Instrumentation Widgets for PDA

ValuePresenter.FormatValue Method 

Formats number with current settings.

[Visual Basic]
Protected Function FormatValue( _
   ByVal value As Decimal _
) As String
[C#]
protected string FormatValue(
   decimal value
);

Parameters

value

Return Value

See Also

ValuePresenter Class | PerpetuumSoft.InstrumentationPDA Namespace