C# Deleting last character in a string / textbox.
I want to do something like a calculator erase button or to be more
specific I want to delete the last character when a texbox is changed and
not a number is written. Like in Java I guess you could use CharAt method
but how about C#? Thanks in advance.
No comments:
Post a Comment