I'm try to replace "." to "_" in a string... i use Regex.Replace()... so my code is Regex.Replace("abc.123", ".", "_") but it return _______ to be...so can anyone help on this??
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 7 of 7
Thread: Replace. to _ in a stringThreaded View
|
Click Here to Expand Forum to Full Width |