Click or drag to resize

CefRuntimeBase64Encode Method (Void, Int32)

Encodes |data| as a base64 string.

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(
	void* data,
	int size
)

Parameters

data
Type: SystemVoid*
size
Type: SystemInt32

Return Value

Type: String
See Also