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! |
---|
Gibt den Utf8Blob als String zurück
Name | Typ | Beschreibung |
---|---|---|
string |
Utf8Blob als String
Text = binary{17}; Result = Text.GetStringFromUtf8Blob(); Resultat: Das ist ein Test! |
---|