Click or drag to resize

CnvHexFromBase64 Method

Convert base64-encoded data into hexadecimal-encoded data.

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

Parameters

s  String
Base64-encoded data

Return Value

String
Hex-encoded data
See Also