NWLstrlwr

Converts a string to lower case using locale information

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> 
   
  pnstr N_API NWLstrlwr  ( 
     pnstr   string); 
  
  

Pascal Syntax

  uses netwin32 
   
  Function NWLstrlwr 
    (str1 : pnstr 
  ) : pnstr; 
  
  

Parameters

string
(IN/OUT) Points to the string to be converted to lower case.

Return Values

Returns a pointer to the lower case string parameter.

Remarks

NWLstrlwr is sensitive to double-byte characters if the locale includes double-byte characters.

See Also

NWCharLwr, NWLsetlocale, NWLstrupr