NWCharLwr

Converts a character to lower case

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 NWCharLwr  ( 
     nint   chr); 
  
  

Pascal Syntax

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

Parameters

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

Return Values

Returns the lower case value of chr.

Remarks

Only single-byte characters are returned.

See Also

NWCharUpr, NWLsetlocale, NWLstrupr