点击或拖拽改变大小

Functions.MBSubstr 方法

X#
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
查看代码

参数

c
类型:__Usual
iStart
类型:__Usual
wLen
类型:__Usual

返回值

类型:String
参见