Click or drag to resize

CefRuntimeBase64Decode Method

Decodes the base64 encoded string |data|. The returned value will be NULL if the decoding fails.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static CefBinaryValue Base64Decode(
	string data
)

Parameters

data  String
 

Return Value

CefBinaryValue
See Also