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
Tehke meiega GitHubis koostööd
Selle sisu allika leiate GitHubist, kus saate ka probleeme luua ja läbi vaadata ning päringuid teha. Lisateavet leiate meie kaasautorite juhendist.