Partager via


IDebugConvert.Int64ToString(Int64, Int32) Méthode

Définition

En cas d'implémentation dans une classe, convertit la valeur Int64 spécifiée en String.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

public:
 System::String ^ Int64ToString(long value, int radix);
public string Int64ToString (long value, int radix);
abstract member Int64ToString : int64 * int -> string
Public Function Int64ToString (value As Long, radix As Integer) As String

Paramètres

value
Int64

Valeur à convertir.

radix
Int32

Base de la valeur de retour. La base doit être 2, 8, 10 ou 16.

Retours

String

Représentation sous forme de chaîne de value en base radix.

S’applique à

Voir aussi