Salesforce

UTF8FromAnsi (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

UTF8FromAnsi (Magic xpa 3.x)

Converts data encoded in ANSI to UTF8

Syntax:

UTF8FromAnsi(string value)

Parameters:

string value – The task variable that will be converted. The variable attribute can be Alpha or BLOB RTF.

Returns:

A BLOB RTF encoded in UTF8.

Examples:

UTF8FromAnsi(A), where A is a variable in the current task,
returns a BLOB containing the value encoded in UTF8.

UTF8FromAnsi('Hello World') returns a BLOB containing 'Hello World' encoded in UTF8.

See also:

UTF8ToAnsi

The Online and Rich Client Samples projects (program CV11 and RCV11)

Reference
Attachment 
Attachment