DebugConvert.Int16ToString(Int16, Int32) Méthode

Définition

Convertit la valeur spécifiée Int16 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:
 virtual System::String ^ Int16ToString(short value, int radix);
public string Int16ToString(short value, int radix);
abstract member Int16ToString : int16 * int -> string
override this.Int16ToString : int16 * int -> string
Public Function Int16ToString (value As Short, radix As Integer) As String

Paramètres

value
Int16

Valeur à convertir.

radix
Int32

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

Retours

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

Implémente

S’applique à

Voir aussi