IDebugConvert.UInt16ToString(UInt16, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
System::String ^ UInt16ToString(System::UInt16 value, int radix);
public string UInt16ToString (ushort value, int radix);
abstract member UInt16ToString : uint16 * int -> string
Public Function UInt16ToString (value As UShort, radix As Integer) As String
パラメーター
- value
- UInt16
変換する値。
- radix
- Int32
戻り値の基数。 基数は、2、8、10、または 16 である必要があります。
戻り値
基数 value
の radix
の文字列形式。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET