asp.net.ph

String.ToUpper Method ( )

System Namespace   String Class


Returns a copy of this String in uppercase, using default properties.

[ VB ]
<Serializable>
Overloads Public Function ToUpper ( ) As String

[ C# ]
[ Serializable ]
public string ToUpper ( );

[ C++ ]
[ Serializable ]
public: String* ToUpper ( );

[ JScript ]
public Serializable
function ToUpper ( ) : String;

Return Value

A String in uppercase.

Remarks

This method takes into account the current CultureInfo information.

See Also

String Members   String.ToUpper Overload List   ToLower Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph