NWCharUpr

Converts a character to uppercase

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 <time.h> or #define NWL_EXCLUDE_TIME 
  #include <stdio.h> or #define NWL_EXCLUDE_FILE 
  #include <nwlocale.h> 
   
  nint NWAPI NWCharUpr  ( 
     nint   chr); 
  
  

Pascal Syntax

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

Parameters

chr
(IN) Specifies the character to be converted to upper case.

Return Values

Returns the uppercase value of the chr parameter.

Remarks

Only single-byte characters are returned.

See Also

NWCharLwr, NWLsetlocale, NWLstrupr