Share via


IDebugConvert.UInt16ToString(UInt16, Int32) 方法

定義

在類別中實作時,將指定的 UInt16 值轉換成 String

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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。

傳回

在基底 valueradix 的字串表示。

適用於

另請參閱