__toascii
Converts characters.
int __toascii(
int c
);
Параметры
- 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> |
Эквивалент в .NET Framework
System::IFormattable::ToString