Click or drag to resize
StringHelperToRightString Method
取右边的几个

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string ToRightString(
	string text,
	int length,
	bool hasEllipsis
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:X3Platform.Util.StringHelper.ToRightString(System.String,System.Int32,System.Boolean)"]

length
Type: SystemInt32

[Missing <param name="length"/> documentation for "M:X3Platform.Util.StringHelper.ToRightString(System.String,System.Int32,System.Boolean)"]

hasEllipsis
Type: SystemBoolean

[Missing <param name="hasEllipsis"/> documentation for "M:X3Platform.Util.StringHelper.ToRightString(System.String,System.Int32,System.Boolean)"]

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Util.StringHelper.ToRightString(System.String,System.Int32,System.Boolean)"]

See Also