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


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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