PSDBUtility.IsValidDecimal Method
Reserved for internal use.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Shared Function IsValidDecimal ( _
scale As Byte, _
precision As Byte, _
value As Double _
) As Boolean
'Usage
Dim scale As Byte
Dim precision As Byte
Dim value As Double
Dim returnValue As Boolean
returnValue = PSDBUtility.IsValidDecimal(scale, _
precision, value)
public static bool IsValidDecimal(
byte scale,
byte precision,
double value
)
Parameters
- scale
Type: System.Byte
- precision
Type: System.Byte
- value
Type: System.Double
Return Value
Type: System.Boolean