Ptr2Bin Function | |
Convert a intptr to a string
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax FUNCTION Ptr2Bin(
p AS IntPtr
) AS STRING
public static string Ptr2Bin(
IntPtr p
)
Request Example
View SourceParameters
- p
- Type: IntPtr
Return Value
Type:
StringRemarks Caution |
---|
This is a compatibility function that only works in x86 mode. The function will throw an exception when running in x64 mode.
|
See Also