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

Gibt den String als ANSI Blob zurück

### Argumente

keine

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

String als ANSI Blob Format

### Beispiel

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