a 余小章 's 9 éve
777
Még több ilyen
Szerző: Henry Lee
Szerző: Tzuxung Lee
Szerző: rose901221.std rose901221.std
Szerző: 余小章 's
public static bool IsAllNumber(this string str)
{
return str.All(char.IsNumber);
}
public static class MyExtension