C
Claudia Fong
Hi,
I'm trying to convert a string into a Upper case; in the book said that
I need to use ToUpper(the string that I want to convert to upper case)
but it happens that C# "generate"
the error bellow:
The name 'ToUpper' does not exist in the class or namespace
'WindowsApplication1.frmsupplier'
Can someone tell me what's wrong and what is the correct "reserved word"
to convert a string into a upper case?
Cheers!
Claudi
I'm trying to convert a string into a Upper case; in the book said that
I need to use ToUpper(the string that I want to convert to upper case)
but it happens that C# "generate"
the error bellow:
The name 'ToUpper' does not exist in the class or namespace
'WindowsApplication1.frmsupplier'
Can someone tell me what's wrong and what is the correct "reserved word"
to convert a string into a upper case?
Cheers!
Claudi