SPFieldDecimal Class

Represents a decimal (base 10) floating-point data type in the Microsoft SharePoint Server 2010 namespace.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.SPField
    Microsoft.SharePoint.SPFieldText
      Microsoft.SharePoint.SPFieldDecimal

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<SubsetCallableTypeAttribute> _
Public Class SPFieldDecimal _
    Inherits SPFieldText
'Usage
Dim instance As SPFieldDecimal
[SubsetCallableTypeAttribute]
public class SPFieldDecimal : SPFieldText

Remarks

This class is currently only used for external lists such as a currency list, which are often represented using decimal floating-point values.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SPFieldDecimal Members

Microsoft.SharePoint Namespace