NumberPrototype.toString(Object, Object) Metodo

Definizione

Crea una rappresentazione di stringa dell'oggetto specificato.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

thisob
Object

Oggetto su cui agisce questo metodo.

radix
Object

Numero compreso tra 2 e 36 che rappresenta la base del sistema di numerazione in cui è espresso thisob. Il valore predefinito è 10.

Restituisce

Rappresentazione di stringa di thisob.

Attributi

Si applica a

Vedi anche