Click or drag to resize

Oem2Ansi Function (Byte, Long)

X#
Convert an array of OEM characters to ANSI characters.

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 FUNCTION Oem2Ansi(
	bSource AS BYTE[],
	iLen AS LONG
) AS BYTE[]
Request Example View Source

Parameters

bSource
Type: Byte
A byte array that contains the string to convert
iLen
Type: Long
The number of characters to convert

Return Value

Type: Byte
String converted to Ansi
See Also