---
title: ".GetStringFromUtf8Blob (blob Objektmethode)"
---
### Beschreibung

Gibt den Utf8Blob als String zurück

### Argumente

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

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

Utf8Blob als String

### Beispiel

```
Text = binary{17};
Result = Text.GetStringFromUtf8Blob();
```
