PersistentSettingsConverterToString Method (Double) |
Converts a double value to a string.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.10
Syntax public static string ToString(
double value
)
Public Shared Function ToString (
value As Double
) As String
Parameters
- value
- Type: SystemDouble
double value
Return Value
Type:
String
Returns the double value as a settings file formatted string.
See Also