Click or drag to resize
StringHelperToLeftString Method (String, Int32, Boolean)

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

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

Parameters

text
Type: SystemString

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

length
Type: SystemInt32
length
hasEllipsis
Type: SystemBoolean

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

Return Value

Type: String
string
See Also