Decodes a Base64-encoded string.
Namespace: DayPilot.UtilsAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
| C# |
|---|
public static string Decode( string input ) |
| Visual Basic |
|---|
Public Shared Function Decode ( _ input As String _ ) As String |
| Visual C++ |
|---|
public: static String^ Decode( String^ input ) |
Parameters
- input
- Type: System..::..String