In The Hand LtdIn The Hand
ToUpperInvariant Method (instance)
NamespacesInTheHandStringHelperToUpperInvariant(String)
.NET Components for Mobility
Returns a copy of the String object converted to uppercase using the casing rules of the invariant culture.
Declaration Syntax
C#Visual Basic
public static string ToUpperInvariant(
	string instance
)
Public Shared Function ToUpperInvariant ( _
	instance As String _
) As String
Parameters
instance (String)
The String value.
Return Value
A String object in uppercase.
Remarks
If your application depends on the case of a string changing in a predictable way that is unaffected by the current culture, use the ToUpperInvariant method. The ToUpperInvariant method is equivalent to ToUpper(CultureInfo.InvariantCulture).

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0