by 余小章 's 8 years ago
651
More like this
by Vicky Chiu
by rz yyjj
by 柏硯 陳
by rose901221.std rose901221.std
public static bool IsAllNumber(this string str)
{
return str.All(char.IsNumber);
}
public static class MyExtension