Click or drag to resize

Oem2Ansi Function (Byte)

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[]
) AS BYTE[]
Request Example View Source

Parameters

bSource
Type: Byte
A byte array that contains the string to convert

Return Value

Type: Byte
See Also