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