Functions.Oem2AnsiA Method (Byte) |  |
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.16
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