Click or drag to resize

CnvHexFromBase64 Method

Convert base64-encoded data into hexadecimal-encoded data.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.2.0.37107 (23.2.0.0)
Syntax
public static string HexFromBase64(
	string s
)

Parameters

s  String
Base64-encoded data

Return Value

String
Hex-encoded data
See Also