IDebugConvert.SByteToString(SByte, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
System::String ^ SByteToString(System::SByte value, int radix);
public string SByteToString (sbyte value, int radix);
abstract member SByteToString : sbyte * int -> string
Public Function SByteToString (value As SByte, radix As Integer) As String
参数
- value
- SByte
要转换的值。
- radix
- Int32
该返回值的基数。 基数必须是 2、8、10 或 16。
返回
以 value
为基数的 radix
的字符串表示形式。