DebugConvert.GetManagedCharObject(UInt16) 方法

定义

创建一个具有指定的基元 Char 值的托管对象。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 virtual System::Object ^ GetManagedCharObject(System::UInt16 i);
public object GetManagedCharObject (ushort i);
abstract member GetManagedCharObject : uint16 -> obj
override this.GetManagedCharObject : uint16 -> obj
Public Function GetManagedCharObject (i As UShort) As Object

参数

i
UInt16

要转换的值。

返回

Object

先转换为 Char,接着再转换为 Objecti

实现

适用于

另请参阅