How to remove lowercase on a textbox?

I'm trying to remove the lower case letters on a TextBox..

For example, short alpha code representing the insurance (e.g., 'BCBS' for 'Blue Cross Blue Shield'):

txtDesc.text = "Blue Cross Blue Shield";

string Code = //This must be BCBS.. 

Is it possible? Please help me. Thanks!

18
задан abatishchev 23 May 2011 в 06:01
поделиться