A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/en-us/dotnet/api/system.char.toupperinvariant below:

Char.ToUpperInvariant(Char) Method (System) | Microsoft Learn

Char.ToUpperInvariant(Char) Method Definition

Converts the value of a Unicode character to its uppercase equivalent using the casing rules of the invariant culture.

public:
 static char ToUpperInvariant(char c);
public static char ToUpperInvariant(char c);
static member ToUpperInvariant : char -> char
Public Shared Function ToUpperInvariant (c As Char) As Char
Parameters
c
Char

The Unicode character to convert.

Returns

The uppercase equivalent of the c parameter, or the unchanged value of c, if c is already uppercase or not alphabetic.

Remarks

If your application is unaffected by the current culture and depends on the case of a character changing in a predictable way, use the ToUpperInvariant method. The ToUpperInvariant method is equivalent to ToUpper(Char, CultureInfo.InvariantCulture).

Use String.ToUpperInvariant to convert a string to uppercase.

See also

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this article

Was this page helpful?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4