af 余小章 's 9 år siden
736
Mere som dette
af ccj.ilc.std ccj.ilc.std
af 盛傑 游
af yupeng lee
af 佐宇 陳
public static bool IsAllNumber(this string str)
{
return str.All(char.IsNumber);
}
public static class MyExtension