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