przez 余小章 's 9 lat temu
775
Więcej takich
przez ccj.ilc.std ccj.ilc.std
przez 柏硯 陳
przez 辰峻 林
przez Vicky Chiu
public static bool IsAllNumber(this string str)
{
return str.All(char.IsNumber);
}
public static class MyExtension