Oem2AnsiA Function (Byte) | |
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
public static void Oem2AnsiA(
byte[] bSource
)
Request Example
View SourceParameters
- bSource
- Type: Byte
A byte array that contains the string to convert
See Also