Home » C# String ToUpper() method

C# String ToUpper() method

by Online Tutorials Library

C# String ToUpper()

The C# ToUpper() method is used to convert string into uppercase. It returns a string.

Signature

Parameter

First method does not take any parameter.

Return

It returns a string


C# String ToUpper() Method Example

Output:

HELLO C#  

You may also like