CryptographyHelperDecodeBase64 Method |
Function which decode a 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 DecodeBase64(
string encodedValue
)
Public Shared Function DecodeBase64 (
encodedValue As String
) As String
Parameters
- encodedValue
- Type: SystemString
The Base64 string to decode
Return Value
Type:
StringA decoded string
See Also