StringHelperDecodeHtmlTag Method |
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static string DecodeHtmlTag(
string input
)
Public Shared Function DecodeHtmlTag (
input As String
) As String
public:
static String^ DecodeHtmlTag(
String^ input
)
static member DecodeHtmlTag :
input : string -> string
Parameters
- input
- Type: SystemString
要进行解码的字符串
Return Value
Type:
String返回解码后的字符串
See Also