Gets decoded value of data.

Namespace: Jscape.Email
Assembly: 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.

Return Value

The decoded value as a string.

See Also