Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Formatierter String gemäss den Vorgaben

Beispiel

Result = FormatString("%.2f",37.8);

Resultat: 37.80 (z.B. für Geldbeträge)

Result = FormatString("%d.%d.%04d",21,03,2017);

Resultat: 21.3.2017 (z.B. für Daten)

Siehe auch

---