Skip to content

StringFormat

Beschreibung

Formatiert string (Ersetzt Platzhalter {n} mit Argument n+1)

Beispiel

StringFormat('{0} {1}'; 'John'; 'Doe') => 'John Doe'