Поделиться через


__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

См. также

Основные понятия

Data Conversion

is, isw Routines

to Functions