por 余小章 's 8 anos atrás
658
Mais informações
por Vicky Chiu
por 冠汝 陳
por ccj.ilc.std ccj.ilc.std
por 余小章 's
public static bool IsAllNumber(this string str)
{
return str.All(char.IsNumber);
}
public static class MyExtension