MetadataStringDecoder.DefaultUTF8 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 default decoder used by MetadataReader to decode UTF-8 when no decoder is provided to the constructor.
public:
static property System::Reflection::Metadata::MetadataStringDecoder ^ DefaultUTF8 { System::Reflection::Metadata::MetadataStringDecoder ^ get(); };
public static System.Reflection.Metadata.MetadataStringDecoder DefaultUTF8 { get; }
static member DefaultUTF8 : System.Reflection.Metadata.MetadataStringDecoder
Public Shared ReadOnly Property DefaultUTF8 As MetadataStringDecoder
Property Value
The default decoder used by MetadataReader to decode UTF-8.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.