%STRING_FROM_HANDLE
Create a string from a memory handle
WSupported on Windows
|
USupported on Unix
|
VSupported on OpenVMS
|
NSupported in Synergy .NET
|
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