NumberPrototype.toString(Object, 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.
Crée une représentation sous forme de chaîne de l'objet spécifié.
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 ^ toString(System::Object ^ thisob, System::Object ^ radix);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Number_toString)]
public static string toString (object thisob, object radix);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Number_toString)>]
static member toString : obj * obj -> string
Public Shared Function toString (thisob As Object, radix As Object) As String
Paramètres
- thisob
- Object
Objet sur lequel cette méthode agit.
- radix
- Object
Nombre entre 2 et 36 qui représente la base du système de numération dans lequel thisob
est exprimé. La valeur par défaut est de 10.
Retours
Représentation sous forme de chaîne de thisob
.
- Attributs