Binary.Addition Operator (Binary, String) | |
This operator is used in code generated by the compiler when needed.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC OPERATOR +(
lhs AS BINARY,
rhs AS STRING
) AS BINARY
public static Binary operator +(
Binary lhs,
string rhs
)
Request Example
View SourceParameters
- lhs
- Type: Binary
- rhs
- Type: String
Return Value
Type:
BinarySee Also