CryptographyHelperEncodeBase64 Method |
Function which encode a given string to Base64 string
Namespace:
WorkflowGen.My.Security
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.3.5.0 (8.3.5.20250916)
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