Converts characters.
int __toascii( int c );
Character to convert.
__toascii converts a copy of c if possible and returns the result. There is no return value reserved to indicate an error.
The __toascii routine converts the given character to an ASCII character.
Routine
Required header
__toascii
<ctype.h>
System::IFormattable::ToString