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

Gibt den String als UTF-8 Blob zurück

### Argumente

keine

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

String als UTF-8 Blob Format

### Beispiel

```
Text = "Das ist ein Test";
Result = Text.GetUtf8Blob();
```
