You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

11.1.9 AsStringUsingUTF8 Method

Gets the string represented by the binary data, with the assumption that it's encoded in UTF-8.

Input Arguments

None

Output Arguments

Name

Type

Mandatory

Description

ErrorInfo

XPRIM_ErrorInfo

No

Indicates an error that might have occurred, for example if the binary data contains invalid UTF- byte sequence.

Return Value

The string represented by binary data (with the assumption that it's encoded in UTF-8)

  • No labels