Click or drag to resize

AngleUnitFormat Class

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

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

The AngleUnitFormat type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToDecimal
Converts an angle value in degrees into its decimal string representation.
Public methodStatic memberToDegreesMinutesSeconds
Converts an angle value in degrees into its degrees, minutes and seconds string representation.
Public methodStatic memberToGradians
Converts an angle value in degrees into its gradians string representation.
Public methodStatic memberToRadians
Converts an angle value in degrees into its radians string representation.
Top
See Also