CefRuntimeBase64Encode(Byte, Int32, Int32) Method |
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static string Base64Encode(
byte[] bytes,
int offset,
int length
)
Parameters
- bytes Byte
-
- offset Int32
-
- length Int32
-
Return Value
String
See Also