xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

ConvToOemCP()

Converts an ANSI string to the OEM character set.

Syntax

ConvToOemCP( <cANSI_String> ) --> cOEM_String

Arguments

<cANSI_String>
This is a character string encoded with the ANSI character set.

Return

The function returns <cANSI_String> converted to the OEM character set.

Description

The function ConvToOemCP() is a synonym for HB_AnsiToOem(). Refer to function HB_AnsiToOem().

Info

See also:HB_AnsiToOem()
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