__toascii

Converts characters.

int __toascii(
   int c 
);

Parámetros

  • c
    Character to convert.

Valor devuelto

__toascii converts a copy of c if possible and returns the result. There is no return value reserved to indicate an error.

Comentarios

The __toascii routine converts the given character to an ASCII character.

Requisitos

Routine

Required header

__toascii

<ctype.h>

Equivalente en .NET Framework

System::IFormattable::ToString

Vea también

Referencia

Data Conversion

is, isw Routines

to Functions