%STRING_FROM_HANDLE
Create a string from a memory handle
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
VSupported on OpenVMS
|
string = %STRING_FROM_HANDLE(handle)
Return value
string
A System.String representation of handle. (a)
Arguments
handle
The memory handle to convert to a string. (D_HANDLE)
Discussion
%STRING_FROM_HANDLE creates a String object from a %MEM_PROC-style memory handle. This functionality helps to support large XML documents.
![]() |
The return string might contain extra characters if handle contains binary data (for example, memory handles used in the Synergy XML API). |
See also
- %HANDLE_FROM_STRING routine
- %MEM_PROC routine