Show / Hide Table of Contents

Method ExtMisc.IsAsciiAlphaDigit


Overload

Returns true if character is ASCII 'A' to 'Z' or 'a' to 'z' or '0' to '9'.

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