description | title | ms.date | api_name | api_location | api_type | topic_type | f1_keywords | helpviewer_keywords | ms.assetid | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Learn more about: _ismbbkalnum, _ismbbkalnum_l |
_ismbbkalnum, _ismbbkalnum_l |
4/2/2020 |
|
|
|
|
|
|
e1d70e7b-29d0-469c-9d93-442b99de22ac |
Determines whether a particular multibyte character is a non-ASCII text symbol.
int _ismbbkalnum(
unsigned int c
);
int _ismbbkalnum_l(
unsigned int c,
_locale_t locale
);
c
Integer to be tested.
locale
Locale to use.
_ismbbkalnum
returns a nonzero value if the integer c
is a non-ASCII text symbol other than punctuation. Otherwise, it returns 0. _ismbbkalnum
uses the current locale for locale-dependent character information. _ismbbkalnum_l
is identical to _ismbbkalnum
except that it takes the locale as a parameter. For more information, see Locale.
By default, this function's global state is scoped to the application. To change this behavior, see Global state in the CRT.
Routine | Required header |
---|---|
_ismbbkalnum |
<mbctype.h> |
_ismbbkalnum_l |
<mbctype.h> |
For more compatibility information, see Compatibility.