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

0b6afdd5 5026 dbee e50c 183423ff9928

haplokuon edited this page May 6, 2023 · 1 revision

ToDegreesMinutesSeconds Method

netDxf 3.0.0 Library

Converts an angle value in degrees into its degrees, minutes and seconds string representation.

Definition

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

C#

public static string ToDegreesMinutesSeconds(
	double angle,
	UnitStyleFormat format
)

VB

Public Shared Function ToDegreesMinutesSeconds ( 
	angle As Double,
	format As UnitStyleFormat
) As String

C++

public:
static String^ ToDegreesMinutesSeconds(
	double angle, 
	UnitStyleFormat^ format
)

F#

static member ToDegreesMinutesSeconds : 
        angle : float * 
        format : UnitStyleFormat -> string 

Parameters

  Double
The angle value in degrees.
  UnitStyleFormat
The unit style format.

Return Value

String
A string that represents the angle in degrees, minutes and seconds.

See Also

Reference

AngleUnitFormat Class
netDxf.Units Namespace

Clone this wiki locally