btowc <stdio.h> or <wchar.h> For additional compatibility information, seeCompatibilityin the Introduction. Equivalente en .NET Framework Not applicable. To call the standard C function, use PInvoke. For more information, seePlatform Invoke Examples. ...
wint_t btowc( int c ); Parametersc Integer to test.Return ValueReturns the wide-character representation of the character if the integer represents a valid single-byte character in the initial shift state. Returns WEOF if the integer is EOF or is not a valid single-byte character in the ...