SPMobileModStatField.GetEllipsisString Method
Gets the field value as a string that is truncated with an ellipsis if its length exceeds the mobile rendering limit.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Function GetEllipsisString ( _
source As String _
) As String
'Usage
Dim source As String
Dim returnValue As String
returnValue = Me.GetEllipsisString(source)
protected override string GetEllipsisString(
string source
)
Parameters
source
Type: System.StringThe original full-length value.
Return Value
Type: System.String
A String that renders the, possibly truncated, value of the field.