af 余小章 's 9 år siden
777
Mere som dette
af 廷恩 李
af ccj.ilc.std ccj.ilc.std
af Tzuxung Lee
af 柏硯 陳
public static bool IsAllNumber(this string str)
{
return str.All(char.IsNumber);
}
public static class MyExtension