Psz.Subtraction Operator (String, Psz) | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC OPERATOR -(
lhs AS STRING,
rhs AS PSZ
) AS STRING
public static string operator -(
string lhs,
Psz rhs
)
Request Example
View SourceParameters
- lhs
- Type: String
- rhs
- Type: Psz
Return Value
Type:
StringSee Also