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