Functions.Ptr2Bin 方法 | |
Convert a intptr to a string
命名空间:
XSharp.Core
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 FUNCTION Ptr2Bin(
p AS IntPtr
) AS STRING
public static string Ptr2Bin(
IntPtr p
)
查看代码参数
- p
- 类型:IntPtr
返回值
类型:
String备注 警告: |
---|
这是一个只在 x86 模式下工作的兼容性函数。当在 x64 模式下运行时,该函数将抛出异常。
|
参见