StringHelper.safeTextToSource Method

HD.Common

StringHelpersafeTextToSource Method Helper帮助文档
把经过安全的text内容转化为源字符串

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

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

Parameters

str
Type: SystemString
传入的字符串内容

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.StringHelper.safeTextToSource(System.String)"]

See Also

Reference