Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Converts characters.
int __toascii(
int c
);
Parameters
- c
Character to convert.
Return Value
__toascii converts a copy of c if possible and returns the result. There is no return value reserved to indicate an error.
Remarks
The __toascii routine converts the given character to an ASCII character.
Requirements
Routine |
Required header |
|---|---|
__toascii |
<ctype.h> |
.NET Framework Equivalent
System::IFormattable::ToString