StringPrototype.toLocaleLowerCase(Object) 方法

定義

傳回指定的字串依據 CurrentUICulture 大小寫規則轉換為小寫後的複本。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

參數

thisob
Object

這個方法執行位置的物件。

傳回

小寫字串。

屬性

適用於

另請參閱