예제 #1
0
 protected string FormatAngle(double radians, string format)
 {
     return(FormatUtils.FormatAngle(format, radians, AngleUnit));
 }