Public Overloads Function ConvertToString( _ ByVal value As Double, _ ByVal precision As Integer, _ ByVal definition As ConversionDefinitionEx _ ) As String
public string ConvertToString( double value, int precision, ConversionDefinitionEx definition )
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.