Commit 19fb5f27 authored by SherryChaos's avatar SherryChaos

Update StringHelper.cs

parent b2e61719
...@@ -178,6 +178,8 @@ namespace MDPro3 ...@@ -178,6 +178,8 @@ namespace MDPro3
} }
} }
if (a == string.Empty)
a = "???";
return a; return a;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment