StringDecorated Class

Definition

Extensions to String type to calculate and render decorated content.

[System.Runtime.CompilerServices.Nullable(0)]
public class StringDecorated
[<System.Runtime.CompilerServices.Nullable(0)>]
type StringDecorated = class
Public Class StringDecorated
Inheritance
StringDecorated
Attributes

Constructors

Name Description
StringDecorated(String)

Initializes a new instance of the StringDecorated class.

Properties

Name Description
ContentLength

Gets the length of content sans escape sequences.

IsDecorated

Gets a value indicating whether the string contains decoration.

Methods

Name Description
ToString()

Render the decorarted string using automatic output rendering.

ToString(OutputRendering)

Return string representation of content depending on output rendering mode.

Applies to