---
title: ".Base64DecodeBlob (string Objektmethode)"
---
### Beschreibung

Gibt den String decodiert im Blob Format zurück

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
|  | [string](../../../standard-datentypen/string.md) |  |

### Rückgabewert [blob](../../../standard-datentypen/blob.md)

Decodierter String im Blob Format

### Beispiel

```
Text = "RGFzIGlzdCBlaW4gVGVzdCE=";
Result = Text.Base64DecodeBlob();
```
