Click or drag to resize

Ansi2OemA Function (Byte)

X#
Convert an array of ANSI characters to OEM characters, changing the contents of the argument as well as the return value.

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 FUNCTION Ansi2OemA(
	bSource AS BYTE[]
) AS VOID
Request Example View Source

Parameters

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