Converts the value of a Unicode character to its lowercase equivalent using the casing rules of the invariant culture.
Public Shared Function ToLowerInvariant ( _ c As Char _ ) As Char
Dim c As Char Dim returnValue As Char returnValue = Char.ToLowerInvariant(c)
public static char ToLowerInvariant( char c )
public: static wchar_t ToLowerInvariant( wchar_t c )
public static function ToLowerInvariant( c : char ) : char
If your application is unaffected by the current culture and depends on the case of a character changing in a predictable way, then use the ToLowerInvariant method. The ToLowerInvariant method is equivalent to ToLower(Char, CultureInfo.InvariantCulture).
Use String..::.ToLowerInvariant to convert a string to lowercase.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune