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