ConverterAngle
 | 
| Name | Description | |
|---|---|---|
| AngleToString(Double) | Converts the specified angle to a string and returns the resulting string. This method uses default AngularUnitFormat::Current format and 0 conversion precision (number of digits to preserve after the floating point). | |
| AngleToString(Double, AngularUnitFormat, Int32) | Converts the specified angle to a string according to the specified units format and precision and returns the resulting string. |