Skip to main content

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.

Properties to string encodings.

Initializer

using Io.Cdktn;

new EncodingOptions {
    string DisplayHint = null
};

Properties

NameTypeDescription
DisplayHintstringA hint for the Token’s purpose when stringifying it.

DisplayHintOptional

public string DisplayHint { get; set; }
  • Type: string
  • Default: no display hint
A hint for the Token’s purpose when stringifying it.