DebugConvert.SByteToString(SByte, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
要進行轉換的值。
- radix
- Int32
傳回值的基數。 基數必須是 2、8、10 或 16。
傳回
在基底 value
中 radix
的字串表示。