por 余小章 's 8 anos atrás
701
Mais informações
por Tzuxung Lee
por rose901221.std rose901221.std
por ccj.ilc.std ccj.ilc.std
por jiang tianbao
public static bool IsAllNumber(this string str)
{
return str.All(char.IsNumber);
}
public static class MyExtension