Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Beschreibung

Gibt den String als Utf8Blob zurück

Argumente

Name

Typ

Beschreibung


string

Rückgabewert Blob

String als Utf8Blob Format

Beispiel

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

Resultat: binary{17}

  • No labels