TextOutputFormatter.SupportedEncodings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)