Click or drag to resize

UnitsToString Method (Double, UnitDescriptor, Boolean)

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

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

Parameters

value
Type: SystemDouble

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

unit
Type: Demo3D.UtilitiesUnitDescriptor

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

showUnits
Type: SystemBoolean

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

Return Value

Type: String

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

See Also