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