> ## 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: EncodingOptions

> CDKTN Core API Reference for EncodingOptions in CSharp.

Properties to string encodings.

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

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

new EncodingOptions {
    string DisplayHint = null
};
```

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

| **Name**                                                                           | **Type**            | **Description**                                      |
| ---------------------------------------------------------------------------------- | ------------------- | ---------------------------------------------------- |
| <code><a href="#cdktn.EncodingOptions.property.displayHint">DisplayHint</a></code> | <code>string</code> | A hint for the Token's purpose when stringifying it. |

***

### `DisplayHint`<sup>Optional</sup> <a name="DisplayHint" id="cdktn.EncodingOptions.property.displayHint" />

```csharp theme={null}
public string DisplayHint { get; set; }
```

* *Type:* string
* *Default:* no display hint

A hint for the Token's purpose when stringifying it.

***
