CefRuntimeBase64Decode Method |
Decodes the base64 encoded string |data|. The returned value will be NULL if
the decoding fails.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static CefBinaryValue Base64Decode(
string data
)
Parameters
- data String
-
Return Value
CefBinaryValue
See Also