Versions Compared

Key

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

Beschreibung

Gibt den Utf8Blob als String zurück

Argumente

Name

Typ

Beschreibung


string

Rückgabewert string

Utf8Blob als String

Beispiel

Text = binary{17};
Result = Text.GetStringFromUtf8Blob();

Resultat: Das ist ein Test!

...