StringPrototype.toLocaleLowerCase(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une copie de la chaîne spécifiée convertie en minuscules, selon les règles se rapportant à la casse pour CurrentUICulture.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
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
Paramètres
- thisob
- Object
Objet sur lequel cette méthode agit.
Retours
Chaîne minuscule.
- Attributs