por 余小章 's 8 anos atrás
632
Mais informações
por 廷恩 李
por 冠汝 陳
por King explorer
por rose901221.std rose901221.std
public static bool IsAllNumber(this string str)
{
return str.All(char.IsNumber);
}
public static class MyExtension