Click or drag to resize

Oem2AnsiA Function (Byte)

X#
Represents text as a sequence of UTF-16 code units.

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

Parameters

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