por 余小章 's hace 9 años
736
Ver más
por yupeng lee
por ccj.ilc.std ccj.ilc.std
por 林弈呈 張
por yao Hi
public static bool IsAllNumber(this string str)
{
return str.All(char.IsNumber);
}
public static class MyExtension