protected string FormatAngle(double radians, string format) { return(FormatUtils.FormatAngle(format, radians, AngleUnit)); }