MetadataStringDecoder(Encoding) Constructor
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.
Initializes a new instance of the MetadataStringDecoder class using the given encoding.
public:
MetadataStringDecoder(System::Text::Encoding ^ encoding);
public MetadataStringDecoder (System.Text.Encoding encoding);
new System.Reflection.Metadata.MetadataStringDecoder : System.Text.Encoding -> System.Reflection.Metadata.MetadataStringDecoder
Public Sub New (encoding As Encoding)
Parameters
- encoding
- Encoding
The encoding to use.
Remarks
To cache and reuse existing strings, create a derived class and override GetString(Byte*, Int32).
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.