Share via


ProjectPropertyValues.ToNumeric method

Sets the value that corresponds to the numericPropertyValue parameter in the PSWorkflowService methods that take property values as in-parameters.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Shared Function ToNumeric ( _
    arg As Object _
) As Decimal
'Usage
Dim arg As Object
Dim returnValue As Decimal

returnValue = ProjectPropertyValues.ToNumeric(arg)
public static decimal ToNumeric(
    Object arg
)

Parameters

  • arg
    Type: System.Object

    The value to set; an instance of either System.Decimal or the ProjectPropertyValues class.

Return value

Type: System.Decimal
A decimal number.

See also

Reference

ProjectPropertyValues class

ProjectPropertyValues members

Microsoft.Office.Project.Server.Library namespace