description | title | ms.date | api_name | api_location | api_type | topic_type | f1_keywords | helpviewer_keywords | ms.assetid | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Learn more about: towctrans |
towctrans |
11/04/2016 |
|
|
|
|
|
|
1ed1e70d-7b31-490f-a7d9-42564b5924ca |
Transforms a character.
wint_t towctrans(
wint_t c,
wctrans_t category
);
c
The character you want to transform.
category
An identifier that contains the return value of wctrans
.
The character c
, after towctrans
used the transform rule in category
.
The value of category
must have been returned by an earlier successful call to wctrans
.
Routine | Required header |
---|---|
towctrans |
<wctype.h> |
For more compatibility information, see Compatibility.
See wctrans
for a sample that uses towctrans
.