SPLIT STRING DOUBT

I am having string value= 10:00 i need 1000 no need : how to do that

You could use “.replace”.
string.Replace(“:”,“”)

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.