110
C# String ToUpperInvariant()
The C# ToUpperInvariant() method is used to convert string into uppercase string using the casing rules of the invariant culture.
Signature
Parameter
It does not take any parameter
Return
It returns a string.
C# String ToUpperInvariant() Method Example
Output:
HELLO C#
Next TopicC# String Trim()