company logo

String :: toASCII - Recode string to ASCII

The function returns a copy of the string containing an 8-bit representation of the string. The content of the new string is US-ASCII compatible (ANSI X3.4-1986).

In contrast to the setter of codingType(), the function returns a new String object.

Return value:  String value ( odaba::String & )

Implementation details

odaba::String String  :: toASCII (  )