Salesforce

UnicodeFromANSI (Magic xpi 4.5)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

UnicodeFromANSI (Magic xpi 4.5)

Converts an ANSI string to Unicode characters as determined by the selected code page.

Syntax:

UnicodeFromANSI (Alpha ANSIstring, Numeric codepage)

Parameters:

ANSIstring: A string containing ANSI characters that will be converted to Unicode.

codepage: A number representing the code page that will be used for the conversion. If this parameter's value is 0, the default system code page is used.

Returns:

A Unicode string containing the converted string. If an invalid code page was sent, or the ANSI string is NULL, the function returns a NULL value.

See also:

UnicodeToANSI

Reference
Attachment 
Attachment