Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the string format.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property FormatText As String
Get
Set
'Usage
Dim instance As SPMobileFormattedString
Dim value As String
value = instance.FormatText
instance.FormatText = value
public string FormatText { get; set; }
Property Value
Type: System.String
A String that represents the format in which the text of the control is rendered.
Remarks
For example, "-{0}" puts a negative number sign in front of the text.
See Also
Reference
SPMobileFormattedString Members
Microsoft.SharePoint.MobileControls Namespace