Click or drag to resize

UnitDescriptorToString Method (Double, Boolean)

[Missing <summary> documentation for "M:Demo3D.Utilities.UnitDescriptor.ToString(System.Double,System.Boolean)"]

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public string ToString(
	double value,
	bool showUnits
)

Parameters

value
Type: SystemDouble

[Missing <param name="value"/> documentation for "M:Demo3D.Utilities.UnitDescriptor.ToString(System.Double,System.Boolean)"]

showUnits
Type: SystemBoolean

[Missing <param name="showUnits"/> documentation for "M:Demo3D.Utilities.UnitDescriptor.ToString(System.Double,System.Boolean)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Demo3D.Utilities.UnitDescriptor.ToString(System.Double,System.Boolean)"]

See Also