Click or drag to resize

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
)

Parameters

value
Type: SystemDouble
double value

Return Value

Type: String
Returns the double value as a settings file formatted string.
See Also