public static void Main()
    {
        String s = "The Sign of the Four";

        Console.WriteLine(StringLib.IsFirstLetterUpperCase(s));
    }