Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

8abf8465 7f5c cb63 aad8 193e535ec4cf

haplokuon edited this page May 6, 2023 · 1 revision

LinearUnitFormat Class

netDxf 3.0.0 Library

Utility methods to format a decimal number to its different string representations.

Definition

Namespace: netDxf.Units
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static class LinearUnitFormat

VB

Public NotInheritable Class LinearUnitFormat

C++

public ref class LinearUnitFormat abstract sealed

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type LinearUnitFormat = class end
Inheritance Object → LinearUnitFormat

Methods

ToArchitectural Converts a length value into its feet and fractional inches string representation.
ToDecimal Converts a length value into its decimal string representation.
ToEngineering Converts a length value into its feet and decimal inches string representation.
ToFractional Converts a length value into its fractional string representation.
ToScientific Converts a length value into its scientific string representation.

See Also

Reference

netDxf.Units Namespace

Clone this wiki locally