Oem2Ansi Function (Byte, Long) | |
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[],
iLen AS LONG
) AS BYTE[]
public static byte[] Oem2Ansi(
byte[] bSource,
int iLen
)
Request Example
View SourceParameters
- bSource
- Type: Byte
A byte array that contains the string to convert - iLen
- Type: Long
The number of characters to convert
Return Value
Type:
ByteString converted to Ansi
See Also