예제 #1
0
 // TODO: Move to the base library
 public static string ToDecimalString(this decimal value) =>
 UniversityFormatHelper.RemoveTrailingZeroes(value.ToString());