NumberPrototype.toString(Object, Object) Methode

Definitie

Hiermee maakt u een tekenreeksweergave van het opgegeven object.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

thisob
Object

Het object waarop deze methode handelt.

radix
Object

Een getal tussen 2 en 36 dat de basis vertegenwoordigt van het getalsysteem dat thisob wordt uitgedrukt in. De standaardwaarde is 10.

Retouren

Een tekenreeksweergave van thisob.

Kenmerken

Van toepassing op

Zie ook