获取或设置字符串格式。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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; }
属性值
类型:System.String
表示在其中呈现控件的文本的格式String 。
备注
例如,"-{0}"将为负号浮于文字上方。
另请参阅
引用
Microsoft.SharePoint.Mobile.WebControls 命名空间