B2017-057 convert 8209 char to a dash for MessageBox text

This commit is contained in:
John Jenko 2017-06-26 20:11:55 +00:00
parent c1bbd219a3
commit f70634429c

View File

@ -210,6 +210,7 @@ namespace VEPROMS.CSLA.Library
}
}
}
message = message.Replace(@"\u8209?", "-"); //B2017-057 replace unicode char with a dash
return rv;
}
catch (Exception ex)