CompilerServices.StringSubtract 方法 | |
Subtract 2 strings.
命名空间:
XSharp.Internal
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 STATIC METHOD StringSubtract(
lhs AS STRING,
rhs AS STRING
) AS STRING
public static string StringSubtract(
string lhs,
string rhs
)
查看代码参数
- lhs
- 类型:String
- rhs
- 类型:String
返回值
类型:
String参见