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

Gibt den String als Blob zurück.

### Argumente

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

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

String im Blob Format

### Beispiel

```
Text = "DiesistderlangeText";
Result = Text.BlobFromString();
```
