Click or drag to resize

CefRuntimeBase64Encode Method (Byte, Int32, Int32)

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static string Base64Encode(
	byte[] bytes,
	int offset,
	int length
)

Parameters

bytes
Type: SystemByte
offset
Type: SystemInt32
length
Type: SystemInt32

Return Value

Type: String
See Also