Functions.MBSubstr 方法 | |
Extract a substring from a string — both the substring and the string can contain double-byte characters.
命名空间:
XSharp.VO
程序集:
XSharp.VO (在 XSharp.VO.dll 中) 版本:2.22 GA
语法 FUNCTION MBSubstr(
c AS USUAL,
iStart AS USUAL,
wLen AS USUAL
) AS STRING
public static string MBSubstr(
__Usual c,
__Usual iStart,
__Usual wLen
)
查看代码参数
- c
- 类型:__Usual
- iStart
- 类型:__Usual
- wLen
- 类型:__Usual
返回值
类型:
String参见