StringHelper.safeStrToSource Method

HD.Common

StringHelpersafeStrToSource Method Helper帮助文档
把'还原成单引号

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

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

Parameters

str
Type: SystemString

[Missing <param name="str"/> documentation for "M:HD.Common.StringHelper.safeStrToSource(System.String)"]

Return Value

Type: String

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

See Also

Reference