This commit is contained in:
chi
2022-02-03 01:57:56 +09:00
parent e5df085788
commit 9a40cbe37f
30 changed files with 3891 additions and 436 deletions

View File

@@ -61,6 +61,10 @@ namespace FCOMMON
#endregion
public static bool IsNumeric(string input)
{
double data;