Digit() публичный статический Метод

Returns a pattern that matches a character from the digit character class.
public static Digit ( ) : CharGrouping
Результат CharGrouping
Пример #1
0
 /// <summary>
 /// Appends a pattern that matches a character from the digit character class.
 /// </summary>
 /// <returns></returns>
 public CharGrouping Digit() => Append(Chars.Digit());