bigloo.foreign.ucs2_tolower C# (CSharp) Method

ucs2_tolower() public static method

public static ucs2_tolower ( char c ) : char
c char
return char
        public static char ucs2_tolower( char  c )
        {
            return Char.ToLower( c );
        }
foreign