Show / Hide Table of Contents

Method ExtMisc.IsAsciiDigit


Overload

Returns true if character is ASCII '0' to '9'.

public static bool IsAsciiDigit(this char c)
Parameters
c  (char)
Returns
bool