点击或拖拽改变大小

Functions.Ansi2OemA 方法 (Byte)

X#
Convert an array of ANSI characters to OEM characters, changing the contents of the argument as well as the return value.

命名空间:  XSharp.Core
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 FUNCTION Ansi2OemA(
	bSource AS BYTE[]
) AS VOID
查看代码

参数

bSource
类型:Byte
A byte array that contains the string to convert
参见