CnvToBase64(String) Method |
Convert a string of ANSI characters to equivalent base64-encoded string format.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static string ToBase64(
string s
)
Public Shared Function ToBase64 (
s As String
) As String
Parameters
- s String
- String of data to be encoded
Return Value
StringBase64-encoded data
RemarksUses the 'Default' encoding for the system's current ANSI code page
See Also