Click or drag to resize

Bin2Ptr Function

X#

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

Parameters

cPointer
Type: String

Return Value

Type: IntPtr
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