This sounds simple enough to do but I just can't get it to work. I need to:
1. Trim all spaces from a txt string
2. remove hyphens in another txt string
3. All Caps on a txt string
4. Limit only 5 digits in txt string
All this is to be done using the String.Format technique.
My reading materials don't make reference to it. If anyone knows how to go about it, I would really appreciate it.
1. Trim all spaces from a txt string
2. remove hyphens in another txt string
3. All Caps on a txt string
4. Limit only 5 digits in txt string
All this is to be done using the String.Format technique.
My reading materials don't make reference to it. If anyone knows how to go about it, I would really appreciate it.