Beschreibung
Gibt den String als Blob zurück.
Argumente
Name | Typ | Beschreibung |
---|---|---|
string |
Rückgabewert blob
String im Blob Format
Beispiel
Text = "DiesistderlangeText"; Result = Text.BlobFromString(); Resultat: binary{19} |
---|
Gibt den String als Blob zurück.
Name | Typ | Beschreibung |
---|---|---|
string |
String im Blob Format
Text = "DiesistderlangeText"; Result = Text.BlobFromString(); Resultat: binary{19} |
---|