From 97c753d8e6014aeefd6d6a47d01f7fcda3e4fbf7 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 10 六月 2019 11:12:26 +0800
Subject: [PATCH] 7179 【前端】【2.0】百分比属性保留X位小数
---
Utility/UIHelper.cs | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
diff --git a/Utility/UIHelper.cs b/Utility/UIHelper.cs
index 46a3787..04fec59 100644
--- a/Utility/UIHelper.cs
+++ b/Utility/UIHelper.cs
@@ -382,19 +382,6 @@
}
}
- public static int GetPropertyDecimalCount(int property)
- {
- switch (property)
- {
- case 73:
- return 2;
- case 29:
- return 2;
- default:
- return 1;
- }
- }
-
static Regex s_SpecialCharacterRegex = new Regex("[ ()锛堬級@!#$%^&*[]|_]");
static Regex s_AsciiCharacterRegex = new Regex("[\x00-\x2F]|[\x3A-\x40]|[\x5B-\x60]|[\x7B-\x7E]");
public static bool HasSpecialCharac(string str)
--
Gitblit v1.8.0