> ## Documentation Index
> Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Go: StringConcat

> CDKTN Core API Reference for StringConcat in Go.

* *Implements:* <a href="#cdktn.IFragmentConcatenator">IFragmentConcatenator</a>

Converts all fragments to strings and concats those.

Drops 'undefined's.

## Initializers <a name="Initializers" id="cdktn.StringConcat.Initializer" />

```go theme={null}
import "github.com/open-constructs/cdk-terrain-go/cdktn"

cdktn.NewStringConcat() StringConcat
```

| **Name** | **Type** | **Description** |
| -------- | -------- | --------------- |

***

## Methods <a name="Methods" id="Methods" />

| **Name**                                                 | **Description**                |
| -------------------------------------------------------- | ------------------------------ |
| <code><a href="#cdktn.StringConcat.join">Join</a></code> | Concatenates string fragments. |

***

### `Join` <a name="Join" id="cdktn.StringConcat.join" />

```go theme={null}
func Join(left interface{}, right interface{}) interface{}
```

Concatenates string fragments.

#### `left`<sup>Required</sup> <a name="left" id="cdktn.StringConcat.join.parameter.left" />

* *Type:* interface\{}

***

#### `right`<sup>Required</sup> <a name="right" id="cdktn.StringConcat.join.parameter.right" />

* *Type:* interface\{}

***
