String Manipulation in Visual Basic .NET?

Jamsky

New member
How to remove the first character and make it a whitespace whenever the number "0" is written it..

Im using MaskTextBox like this:

__:__:__ _M

02:12:12 AM = 2:12:12 AM

whenever "0" is detected in the start of the string.. it will replaced by a whitespace.

Can anyone help me with this?
 
Back
Top