Operator Addition
| Improve this Doc View SourceAddition(_String, _String)
Computes the sum of the two specified _String objects.
Declaration
public static _String operator +(_String x, _String y)
Parameters
| Type | Name | Description |
|---|---|---|
| _String | x | A _String object. |
| _String | y | A _String object. |
Returns
| Type | Description |
|---|---|
| _String | A _String expression which contains the result. |