| DoubleTypeToString Method (Double) |
Returns the numeric value as a string.
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax protected override string ToString(
double value
)
Protected Overrides Function ToString (
value As Double
) As String
protected:
virtual String^ ToString(
double value
) override
abstract ToString :
value : float -> string
override ToString :
value : float -> string
Parameters
- value
- Type: SystemDouble
The value to convert to a string.
Return Value
Type:
StringThe converted value as a string, using MinValue and MaxValue as needed.
See Also