|
RtWtoi converts a given string value to an integer.
Syntax
INT RtWtoi(
LPCWSTR lpString
);
Parameters
lpString
The source Unicode string.
Return Values
The integer value of the string
Remarks
RtWtoi is similar to wtoi, but RtWtoi does not require the C run-time library and can work with any combination of run-time libraries.
This function supports decimal digits only, and does not allow leading whitespace or signs.
Requirements
Header | Rtapi.h |
Library | Rtx_Rtss.lib |
See Also: