Click or drag to resize

ResourceHandlerGetMemoryStream Method

Version 86.0.240
Gets a MemoryStream from the given string using the provided encoding

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public static MemoryStream GetMemoryStream(
	string text,
	Encoding encoding,
	bool includePreamble = true
)

Parameters

text
Type: SystemString
string to be converted to a stream
encoding
Type: System.TextEncoding
encoding
includePreamble (Optional)
Type: SystemBoolean
if true a BOM will be written to the beginning of the stream

Return Value

Type: MemoryStream
A memory stream from the given string
See Also