Click or drag to resize

Ptr2Bin Function

X#
Convert a intptr to a string

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 FUNCTION Ptr2Bin(
	p AS IntPtr
) AS STRING
Request Example View Source

Parameters

p
Type: IntPtr

Return Value

Type: String
Remarks
Caution note 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