StringHelper.StrToHtml Method

HD.Common

StringHelperStrToHtml Method Helper帮助文档
转换成 HTML code

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string StrToHtml(
	string str
)
Public Shared Function StrToHtml ( 
	str As String
) As String
public:
static String^ StrToHtml(
	String^ str
)
static member StrToHtml : 
        str : string -> string 

Parameters

str
Type: SystemString
string

Return Value

Type: String
string
See Also

Reference