> ## 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.

# CSharp: StringConcat

> CDKTN Core API Reference for StringConcat in CSharp.

* *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" />

```csharp theme={null}
using Io.Cdktn;

new 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" />

```csharp theme={null}
private object Join(object Left, object Right)
```

Concatenates string fragments.

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

* *Type:* object

***

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

* *Type:* object

***
