.GetBlobFromString (string Objektmethode)
Beschreibung¶
Gibt den String als Blob zurück
Argumente¶
keine
Rückgabewert Blob¶
String als Blob Format. A blob containing the Unicode (UTF-16) byte representation of the string
Beispiel¶
Text = "Das ist ein Test"; Result = Text.GetBlobFromString(); Resultat: binary{?} |
|---|