public string ConvertToString( double value, int precision, ConversionDefinition definition )
Public Overloads Function ConvertToString( _ ByVal value As Double, _ ByVal precision As Integer, _ ByVal definition As ConversionDefinition _ ) As String
Parameters
- value
- The value to convert.
- precision
- Number of decimal digits in the output.
- definition
- The input and output direction type and units.
Return Value
A string.