TextOutputFormatter.SupportedEncodings Property

Definition

Gets the mutable collection of character encodings supported by this TextOutputFormatter. The encodings are used when writing the data.

public:
 property System::Collections::Generic::IList<System::Text::Encoding ^> ^ SupportedEncodings { System::Collections::Generic::IList<System::Text::Encoding ^> ^ get(); };
public System.Collections.Generic.IList<System.Text.Encoding> SupportedEncodings { get; }
member this.SupportedEncodings : System.Collections.Generic.IList<System.Text.Encoding>
Public ReadOnly Property SupportedEncodings As IList(Of Encoding)

Property Value

Applies to