Wednesday, March 28, 2012

What is the .NET equivalent of VB6 Ucase() ?

I am using notepad to create an aspx page. What is the .NET equivalent of VB6 Ucase() ?

Thank you.

dim str1 as string ="hello"

Response.Write(str1.ToUpper)


Thanks again!

0 comments:

Post a Comment