Posted: Thu Dec 15, 2005 9:47 pm Post subject: C# Help - Capitalization
Hello! I am in the middle of a program in C# using Microsoft Visual C# .NET and am having a small problem. I need to convert a string to all capital letters. Does anyone know of a command or code that I could use to do this? Thanks!
I'm sure there's a better way to do it, but I don't use C# so I don't know what methods are already available. Decrease the ASCII number by 32, if the ASCII number is between 97 and 122 (lower case A to Z). You will probably need to iterate through each character in the string with a loop. _________________ White Papers
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum