CompilerServices.StringSubtract Method | |
Subtract 2 strings.
Namespace:
XSharp.Internal
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax STATIC METHOD StringSubtract(
lhs AS STRING,
rhs AS STRING
) AS STRING
public static string StringSubtract(
string lhs,
string rhs
)
Request Example
View SourceParameters
- lhs
- Type: String
- rhs
- Type: String
Return Value
Type:
StringSee Also