Movatterモバイル変換


[0]ホーム

URL:


CefSharp API Doc
CefSharp API Doc
Namespaces
CefSharp
ResourceHandler Class
ResourceHandler Methods
Dispose Method
ForErrorMessage Method
FromByteArray Method
FromFilePath Method
FromStream Method
FromString Method
GetByteArray Method
GetMemoryStream Method
GetMimeType Method
ProcessRequestAsync Method
Click or drag to resizeClick or drag to resize

ResourceHandlerGetByteArray 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
publicstaticbyte[]GetByteArray(stringtext,Encodingencoding,boolincludePreamble =true)
public:staticarray<unsigned char>^GetByteArray(String^text,Encoding^encoding,boolincludePreamble =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: Byte
A memory stream from the given string
See Also

Reference

ResourceHandler Class
CefSharp Namespace

https://raw.githubusercontent.com/cefsharp/CefSharp/master/LICENSE


[8]ページ先頭

©2009-2025 Movatter.jp