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
の文字列形式。