点击或拖拽改变大小

Functions.Oem2Ansi 方法 (Byte, Int32)

X#
Convert an array of OEM characters to ANSI characters.

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

参数

bSource
类型:Byte
A byte array that contains the string to convert
iLen
类型:Int32
The number of characters to convert

返回值

类型:Byte
String converted to Ansi
参见