Bin2Ptr Function |
Namespace: XSharp.Core
FUNCTION Bin2Ptr( cPointer AS STRING ) AS IntPtr
public static IntPtr Bin2Ptr( string cPointer )
Caution |
---|
This is a compatibility function that only works in x86 mode. The function will throw an exception when running in x64 mode. |