Click or drag to resize

ResourceHandler.GetByteArray Method

Version 118.6.80
Gets a byteArray from the given string using the provided encoding

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax
public static byte[] GetByteArray(
	string text,
	Encoding encoding,
	bool includePreamble = true
)

Parameters

text
Type: System.String
string to be converted to a stream
encoding
Type: System.Text.Encoding
encoding
includePreamble (Optional)
Type: System.Boolean
if true a BOM will be written to the beginning of the stream

Return Value

Type:Byte[]
A memory stream from the given string
See Also