Click or drag to resize

LinearUnitFormatToDecimal Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts a length value into its decimal string representation.

Namespace:  netDxf.Units
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static string ToDecimal(
	double length,
	UnitStyleFormat format
)
Request Example View Source

Parameters

length
Type: SystemDouble
The length value.
format
Type: netDxf.UnitsUnitStyleFormat
The unit style format.

Return Value

Type: String
A string that represents the length in decimal units.
See Also