Decodes a Base64-encoded string.
Namespace: DayPilot.Web.Mvc.UtilsAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.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