CryptographyHelperEncodeBase64 Method |
Function which encode a given string to Base64 string
Namespace:
WorkflowGen.My.Security
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.3.0.0 (9.3.0.20251001)
Syntaxpublic static string EncodeBase64(
string originalValue
)
Public Shared Function EncodeBase64 (
originalValue As String
) As String
Parameters
- originalValue
- Type: SystemString
The string to encode
Return Value
Type:
StringA Base64 encoded string
See Also