C# Class WebApplications.Utilities.Formatting.FormatWriteContext

Afficher le fichier Open project: webappsuk/CoreLibraries Class Usage Examples

Méthodes publiques

Свойство Type Description
IsAutoWrapping bool
IsColorSupported bool
IsControllableWriter bool
WriterWidth int

Private Properties

Свойство Type Description
FormatWriteContext System

Méthodes publiques

Méthode Description
ToString ( ) : string

Returns a System.String that represents this instance.

Private Methods

Méthode Description
FormatWriteContext ( int writerWidth, bool isColorSupported, bool isControllableWriter, bool isAutoWrapping, [ formatProvider, [ encoding, [ newLine ) : System

Initializes a new instance of the FormatWriteContext class.

Method Details

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string

Property Details

IsAutoWrapping public_oe property

Whether the underlying writer auto wraps.
public bool IsAutoWrapping
Résultat bool

IsColorSupported public_oe property

Whether the underlying writer supports color.
public bool IsColorSupported
Résultat bool

IsControllableWriter public_oe property

Whether the underlying writer supports custom control characters.
public bool IsControllableWriter
Résultat bool

WriterWidth public_oe property

The writer width (if any); otherwise int.MaxValue.
public int WriterWidth
Résultat int