转换字符。
int __toascii(
int c
);
参数
- c
要转换的字符。
返回值
如果可能 __toascii 转换 c 的副本并返回结果。 没有保留任何返回值以指示错误。
备注
__toascii 例程转换给定的字符为 ASCII 字符。
要求
例程 |
必需的标头 |
---|---|
__toascii |
<ctype.h> |
.NET Framework 等效项
System::IFormattable::ToString
转换字符。
int __toascii(
int c
);
如果可能 __toascii 转换 c 的副本并返回结果。 没有保留任何返回值以指示错误。
__toascii 例程转换给定的字符为 ASCII 字符。
例程 |
必需的标头 |
---|---|
__toascii |
<ctype.h> |
System::IFormattable::ToString