NWisxdigit

Returns a nonzero value if the given character is a hexadecimal digit

NetWare Server:4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows 95, Windows 98
Library:Cross-Platform Localization (LOC*.*)
Service:Internationalization

Syntax

  #include <nwlocale.h> 
   
  nint N_API NWisxdigit  ( 
    nuint   ch); 
  
  

Pascal Syntax

  uses netwin32 
   
  Function NWisxdigit 
  (ch : nint 
  ) : nint; 
  
  

Parameters

ch
(IN) Specifies the character to be checked to determine if it is a hexadecimal character.

Return Values

0x0000

Not a hexadecimal character

non-zero

A hexadecimal character

Remarks

DBCS characters passed to NWisxdigit should be byte-swapped to Intel lo-hi order.

Currently all double-byte characters return zero.

See Also

NWisalnum, NWisalpha, NWisdigit