MBSubstr Function | |
Extract a substring from a string — both the substring and the string can contain double-byte characters.
Namespace:
XSharp.VO
Assembly:
XSharp.VO (in XSharp.VO.dll) Version: 2.19
Syntax FUNCTION MBSubstr(
c AS USUAL,
iStart AS USUAL,
wLen AS USUAL
) AS STRING
public static string MBSubstr(
Usual c,
Usual iStart,
Usual wLen
)
Request Example
View SourceParameters
- c
- Type: Usual
- iStart
- Type: Usual
- wLen
- Type: Usual
Return Value
Type:
StringSee Also