ContentEncoderDecode Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public static string Decode(
string text
)
Public Shared Function Decode (
text As String
) As String
public:
static String^ Decode(
String^ text
)
static member Decode :
text : string -> string
Parameters
- text
- Type: SystemString
Return Value
Type:
StringSee Also