Functions.Oem2AnsiA 方法 (Byte) | |
Represents text as a sequence of UTF-16 code units.
命名空间:
XSharp.Core
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 FUNCTION Oem2AnsiA(
bSource AS BYTE[]
) AS VOID
public static void Oem2AnsiA(
byte[] bSource
)
查看代码参数
- bSource
- 类型:Byte
A byte array that contains the string to convert
参见