Value.GetResetableStream(String, Boolean) Method
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.
public:
System::IO::Stream ^ GetResetableStream(System::String ^ % encoding, bool wantEncoding);
public System.IO.Stream GetResetableStream (ref string encoding, bool wantEncoding);
member this.GetResetableStream : string * bool -> System.IO.Stream
Public Function GetResetableStream (ByRef encoding As String, wantEncoding As Boolean) As Stream
Parameters
- encoding
- String
- wantEncoding
- Boolean