Click or drag to resize

LinearUnitFormat Class

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Utility methods to format a decimal number to its different string representations.
Inheritance Hierarchy
SystemObject
  netDxf.UnitsLinearUnitFormat

Namespace:  netDxf.Units
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static class LinearUnitFormat
Request Example View Source

The LinearUnitFormat type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToArchitectural
Converts a length value into its feet and fractional inches string representation.
Public methodStatic memberToDecimal
Converts a length value into its decimal string representation.
Public methodStatic memberToEngineering
Converts a length value into its feet and decimal inches string representation.
Public methodStatic memberToFractional
Converts a length value into its fractional string representation.
Public methodStatic memberToScientific
Converts a length value into its scientific string representation.
Top
See Also