Make String from Decimal Degrees Angular Value    

Converts a decimal degree value to another angle format, returning the result as a string.

 

Input Arguments

 

0

Double

Angular Value (Decimal Degrees)

The angular value to convert, in decimal degrees.

1

Angular Units

Output Units

The units to convert to: Decimal Degrees,

Degrees:Minutes:Seconds, Degrees:Minutes, Radians, Gons (grad)

2

Integer

Decimal Precision

The number of decimal places to retain in the end result.

 

Return Arguments

 

3

String

Resultant String

The resulting string after the conversion.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

None.