Table of Contents

Method ToDisplayString

Namespace
Alternet.Common.TypeScript.Types
Assembly
Alternet.Common.TypeScript.v9.dll

ToDisplayString()

Converts parameter signature into string.

public string ToDisplayString()

Returns

string

String representation of the parameter.

ToDisplayString(bool, Color[])

Converts parameter signature into formatted string.

public string ToDisplayString(bool useFormatting, Color[] colors)

Parameters

useFormatting bool

Specifies if html formatting is required

colors Color[]

Array of colors for highlighting types and reswords.

Returns

string

Formatted string representation of the parameter.