SPMobileFormattedString.FormatText Property

Gets or sets the string format.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Public Property FormatText As String
    Get
    Set

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 Class

SPMobileFormattedString Members

Microsoft.SharePoint.MobileControls Namespace

Other Resources

Composite Formatting