af 余小章 's 8 år siden
632
Mere som dette
af Vicky Chiu
af ccj.ilc.std ccj.ilc.std
af 辰峻 林
af rz yyjj
public static bool IsAllNumber(this string str)
{
return str.All(char.IsNumber);
}
public static class MyExtension