Click or drag to resize
StringHelperTrimEnd Method (String, String)
清除文本最后的标记

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string TrimEnd(
	string text,
	string trimText
)

Parameters

text
Type: SystemString
需处理的字符
trimText
Type: SystemString
标签

Return Value

Type: String
字符串
See Also