Gets decoded value of data.
Namespace: Jscape.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public static string GetDecodedValue( string value ) |
Visual Basic |
---|
Public Shared Function GetDecodedValue ( _ value As String _ ) As String |
Visual C++ |
---|
public: static String^ GetDecodedValue( String^ value ) |
Parameters
- value
- Type: System..::..String
The value to encode.