fork download
  1. public class Test
  2. {
  3. public static void Main()
  4. {
  5. System.Console.WriteLine("ALİ".ToLower().EndsWith("i"));
  6. }
  7. }
Success #stdin #stdout 0.01s 131776KB
stdin
Standard input is empty
stdout
True