strDate = “UiPath, RPA.Developer”
I want to replace . Dot where is comma, and in .dot replace with comma
How ?
Replace in place of comma Dot. And in place of . Replace comma
Cheers
strDate = “UiPath, RPA.Developer”
I want to replace . Dot where is comma, and in .dot replace with comma
How ?
Replace in place of comma Dot. And in place of . Replace comma
Cheers
Quick Dirty approach:
But when a dot/comma replacement is driven, due to handle different Formats e.g Number formats then we would recommend to handle it with proper parsing and string output reformats instead