xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

ConvToAnsiCP()

Converts an OEM string to the ANSI character set.

Syntax

ConvToAnsiCP( <cOEM_String> ) --> cANSI_String

Arguments

<cOEM_String>
This is a character string encoded with the OEM character set.

Return

The function returns <cOEM_String> converted to the ANSI character set.

Description

The function ConvToAnsiCP() is a synonym for HB_OemToAnsi(). Refer to function HB_OemToAnsi() .

Info

See also:HB_OemToAnsi()
Category: Conversion functions
Source:rtl\oemansi.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe