DataSetFieldSchema.Scale Property

 

Gets the number of decimal places to which numerical values in the data field are resolved.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public int Scale { get; }

Property Value

Type: System.Int32

This property always returns -1.

The Scale property is required by the IDataSourceFieldSchema interface, but is not used by the DataSetFieldSchema class.

.NET Framework
Available since 2.0
Return to top
Show: