.GetStringFromUtf8Blob (blob Objektmethode)

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!