5 references to IsDigit
System.Data (5)
fx\src\data\System\Data\Filter\ExpressionParser.cs (5)
897
if (
IsDigit
(ch)) {
938
Debug.Assert(
IsDigit
(text[pos-1]), "We have at least one digit in the buffer, ScanNumeric(), not a digit");
940
while (
IsDigit
(text[pos])) {
949
while (
IsDigit
(text[pos])) {
960
while (
IsDigit
(text[pos])) {