Versions Compared

Key

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

Beschreibung

Gibt den String als UTF-8 Blob zurück

Argumente

keine

Rückgabewert Blob

String als UTF-8 Blob Format

Beispiel

Text = "Das ist ein Test";
Result = Text.GetUtf8Blob();

Resultat: binary{17}

...