Table of Contents

Method Format

Namespace: TinyComponents
Assembly: TinyComponents.dll

Format(FormattableString)

Formats the specified HTML string format, escaping the string interpolation pieces.

public static string Format(FormattableString htmlString)

Parameters

htmlString FormattableString

The instance of FormattableString.

Returns

string