7 references to GetChar
mscorlib (7)
system\globalization\datetimeparse.cs (7)
2794char ch = str.GetChar(); 2864state = HebrewNumber.ParseByChar(str.GetChar(), ref context); 2965char ch = str.GetChar(); 3309if (str.GetChar() == dtfi.AMDesignator[0]) { 3313if (str.GetChar() == dtfi.PMDesignator[0]) { 3529char ch = format.GetChar(); 3863if (!str.Match(format.GetChar())) {