Beschreibung
Gibt den String decodiert im Blob Format zurück
Argumente
Name | Typ | Beschreibung |
---|---|---|
string |
Rückgabewert blob
Decodierter String im Blob Format
Beispiel
Text = "RGFzIGlzdCBlaW4gVGVzdCE="; Result = Text.Base64DecodeBlob(); Resultat: binary{17} |
---|