DebugConvert.ByteToString(Byte, Int32) Método
Definição
public:
virtual System::String ^ ByteToString(System::Byte value, int radix);
public string ByteToString (byte value, int radix);
abstract member ByteToString : byte * int -> string
override this.ByteToString : byte * int -> string
Public Function ByteToString (value As Byte, radix As Integer) As String
Parâmetros
- value
- Byte
O valor a ser convertido.The value to convert.
- radix
- Int32
A base do valor retornado.The base of the return value. A base deve ser 2, 8, 10 ou 16.The base must be 2, 8, 10, or 16.
Retornos
A representação da cadeia de caracteres de value na base radix.The string representation of value in base radix.