Click or drag to resize

CompilerServices.StringSubtract Method

X#
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
Request Example View Source

Parameters

lhs
Type: String
rhs
Type: String

Return Value

Type: String
See Also