This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
0b6afdd5 5026 dbee e50c 183423ff9928
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Converts an angle value in degrees into its degrees, minutes and seconds string representation.
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
- Double
- The angle value in degrees.
- UnitStyleFormat
- The unit style format.
String
A string that represents the angle in degrees, minutes and seconds.