Binary.Addition Operator (String, Binary) | |
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 STRING,
rhs AS BINARY
) AS STRING
public static string operator +(
string lhs,
Binary rhs
)
Request Example
View SourceParameters
- lhs
- Type: String
- rhs
- Type: Binary
Return Value
Type:
StringSee Also