B2017-057 convert 8209 char to a dash for MessageBox text
This commit is contained in:
parent
c1bbd219a3
commit
f70634429c
@ -210,6 +210,7 @@ namespace VEPROMS.CSLA.Library
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
message = message.Replace(@"\u8209?", "-"); //B2017-057 replace unicode char with a dash
|
||||||
return rv;
|
return rv;
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user