Dot Net Sample Codings
Wednesday, August 17, 2011
String Replace With Multiple Char
using
System.Text.RegularExpressions;
_Message =
Regex
.Replace(_Message,
@"[\n\t ]"
,
String
.Empty);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment