DebugConvert.Int16ToString(Int16, Int32) Метод
Определение
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
Параметры
- value
- Int16
Преобразуемое значение.The value to convert.
- radix
- Int32
Основание возвращаемого значения.The base of the return value. Основанием может быт число 2, 8, 10 или 16.The base must be 2, 8, 10, or 16.
Возвраты
Строковое представление значения параметра value
в системе счисления с основанием radix
.The string representation of value
in base radix
.