 | ValidateUtilDecode 方法 |
Sweet 开发框架
解析html成 普通文本
命名空间:
Sweet.Common.DoNetCode
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static string Decode(
string str
)
Public Shared Function Decode (
str As String
) As String
static member Decode :
str : string -> string
参数
- str
- 类型:SystemString
string
返回值
类型:
Stringstring
参见