DebugConvert.SByteToString(SByte, Int32) Méthode
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.
public:
virtual System::String ^ SByteToString(System::SByte value, int radix);
public string SByteToString (sbyte value, int radix);
abstract member SByteToString : sbyte * int -> string
override this.SByteToString : sbyte * int -> string
Public Function SByteToString (value As SByte, radix As Integer) As String
- value
- SByte
Valeur à convertir.
- radix
- Int32
Base de la valeur de retour. La base doit être 2, 8, 10 ou 16.
Représentation sous forme de chaîne de value
en base radix
.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :