SPMobileUtility.GetEllipsisString method
Returns a truncated version of the specified string up to the specified length with ellipsis characters appended, or the entire string if it does not exceed the specified length.
Overload list
Name | Description | |
---|---|---|
GetEllipsisString(String, Int32) | Returns a truncated version of the specified string up to the specified length with ellipsis characters appended, or the entire string if it does not exceed the specified length. | |
GetEllipsisString(String, Int32, String) | Returns a truncated version of the specified string up to the specified length with ellipsis characters appended, or the entire string if it does not exceed the specified length. |
Top