CryptographyHelperDecodeBase64 Method |
Function which decode a 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 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