ResolvedResource.Encoding PropertyResolvedResource.Encoding PropertyResolvedResource::Encoding Property

Gets the encoding used by the resource, if it has been resolved.

Syntax

Public ReadOnly Property Encoding As System.Text.Encoding
        Get
public System.Text.Encoding Encoding { get; }
public:
property System.Text::Encoding^ Encoding {
    System.Text::Encoding^ get();
}
 

Property Value

Type: System.Text.EncodingSystem.Text.EncodingSystem.Text::Encoding^

The encoding, or null a null reference (Nothing in Visual Basic) nullptr if the encoding has not been determined.