---
title: "GetUtf8BlobFromString (Opus Funktion)"
---
### Beschreibung

Diese Funktion generiert einen Utf8 Blob aus einem String.

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
|  | [string](../../standard-datentypen/string.md) | String |
|  | [integer](../../standard-datentypen/integer.md) | (optional) Wenn 1, dann wird ein BOM für UTF8 gesetzt. |

### Rückgabewert Blob

Blob mit dem UFT8 String (mit oder ohne BOM).

### Beispiel

```
Temp = GetUtf8BlobFromString("Rübezahl");
```

### Siehe auch

[GetStringFromUtf8Blob](getstringfromutf8blob-opus-funktion.md)
