26.2 26.1 26.0 25.3 25.2 25.1 25.0
26.2 26.1 26.0 25.3 25.2 25.1 25.0

toASCII() Operation

Syntax

set anASCIIString = aString.toASCII();

Semantics

Converts all characters of the string aString to ASCII characters. This operations considers diacritical signs, ligatures and non-Latin characters, e.g. è becomes e, œ becomes oe.

Substitutables

anASCIIString, aString

Can be any variable or object attribute having the type String.

Related Pages: