.GetStringFromAnsiBlob (blob Objektmethode)

Beschreibung

Gibt den ANSI Blob als String zurück.

Argumente

keine

Rückgabewert string 

ANSI Blob als String

Beispiel

Text = binary{17};
Result = Text.GetStringFromAnsiBlob();

Resultat: Das ist ein Test!