StringHelperRemoveCrLf Method |
清除给定字符串中的回车及换行符
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static string RemoveCrLf(
string input
)
Public Shared Function RemoveCrLf (
input As String
) As String
public:
static String^ RemoveCrLf(
String^ input
)
static member RemoveCrLf :
input : string -> string
Parameters
- input
- Type: SystemString
要清除的字符串
Return Value
Type:
String清除后返回的字符串
See Also