SPFieldNumber.GetFieldValueAsText 方法 (Double, CultureInfo, Boolean, SPNumberFormatTypes)
基于指定的数据、 区域性信息、 Boolean 值,和数字格式的纯文本形式返回字段值。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Shared Function GetFieldValueAsText ( _
data As Double, _
culture As CultureInfo, _
showAsPercentage As Boolean, _
displayFormat As SPNumberFormatTypes _
) As String
用法
Dim data As Double
Dim culture As CultureInfo
Dim showAsPercentage As Boolean
Dim displayFormat As SPNumberFormatTypes
Dim returnValue As String
returnValue = SPFieldNumber.GetFieldValueAsText(data, _
culture, showAsPercentage, displayFormat)
public static string GetFieldValueAsText(
double data,
CultureInfo culture,
bool showAsPercentage,
SPNumberFormatTypes displayFormat
)
参数
data
类型:System.Double一个代表要转换为纯文本的值的System.Double对象。
culture
类型:System.Globalization.CultureInfo包含有关通过字段表示的特定区域性信息System.Globalization.CultureInfo对象。
showAsPercentage
类型:System.Booleantrue百分比 ; 显示字段值否则为false。
displayFormat
类型:Microsoft.SharePoint.SPNumberFormatTypes一个SPNumberFormatTypes值,指定要使用的小数位数的数。
返回值
类型:System.String
一个字符串,例如,不包括 HTML 包含的值为纯文本。