Edit

Share via


StringPrototype.toLocaleUpperCase(Object) Method

Definition

Overloads

toLocaleUpperCase(Object)

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns a copy of the specified string converted to uppercase, based on the casing rules of CurrentUICulture.

toLocaleUpperCase(Object)

Returns a copy of the specified string converted to uppercase, based on the casing rules of CurrentUICulture.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 static System::String ^ toLocaleUpperCase(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.String_toLocaleUpperCase)]
public static string toLocaleUpperCase (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.String_toLocaleUpperCase)>]
static member toLocaleUpperCase : obj -> string
Public Shared Function toLocaleUpperCase (thisob As Object) As String

Parameters

thisob
Object

The object that this method is acting upon.

Returns

An uppercase string.

Attributes

See also

Applies to