open_in_new
content_copy
static bool CheckIfNumber(string cardID) { return cardID.All(c => Char.IsNumber(c)); }