Show / Hide Table of Contents

Operator Addition

| Improve this Doc View Source

Addition(_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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest