Del via


MetadataFormattingOptionsExtensions Class

Definition

A utility class that provides extension methods to the MetadataFormattingOptions class.

public static class MetadataFormattingOptionsExtensions
type MetadataFormattingOptionsExtensions = class
Public Module MetadataFormattingOptionsExtensions
Inheritance
MetadataFormattingOptionsExtensions

Methods

Name Description
WithEncoding(MetadataFormattingOptions, Encoding)

Sets on the options the encoding that is used in metadata content serialization.

WithNewLineStyle(MetadataFormattingOptions, NewLineStyle)

Sets on the options the indication of the end of a text line in metadata content serialization.

WithSpacesIndentationMode(MetadataFormattingOptions, Int32)

Sets on the options that indentaition is based on Tabs style with the specified length.

WithTabsIndentationMode(MetadataFormattingOptions)

Sets on the options that indentaition is based on Tabs style.

Applies to