Click or drag to resize
StringHelperRemoveCrLf Method
清除给定字符串中的回车及换行符

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static string RemoveCrLf(
	string input
)

Parameters

input
Type: SystemString
要清除的字符串

Return Value

Type: String
清除后返回的字符串
See Also