Beispiel #1
0
 public string ToString(string numberFormat, SizeUnit unit) => $"{GetSize(unit).ToString(numberFormat)} {unit.Abbreviation()}";
Beispiel #2
0
 public string ToString(string numberFormat, SizeUnit unit) => $"{GetSize(unit).ToString(numberFormat)} {unit.Abbreviation()}";
Beispiel #3
0
 public string ToString(SizeUnit unit) => $"{GetSize(unit)} {unit.Abbreviation()}";
Beispiel #4
0
 public string ToString(SizeUnit unit) => $"{GetSize(unit)} {unit.Abbreviation()}";