Partilhar via


SPFieldWorkflowStatus.GetFieldValue Method

Converts a string representation of the field value to data type Object (a boxed integer).

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

Syntax

'Declaration
Public Overrides Function GetFieldValue ( _
    value As String _
) As Object
'Usage
Dim instance As SPFieldWorkflowStatus
Dim value As String
Dim returnValue As Object

returnValue = instance.GetFieldValue(value)
public override Object GetFieldValue(
    string value
)

Parameters

  • value
    Type: System.String

    A string representation of the value of the field.

Return Value

Type: System.Object
A Object that represents the value of the field.

Remarks

You can use the GetFieldValue method to convert a string representation of a field value to the correct data type. In this case, a field of type SPFieldWorkflowStatus has a value that is a 32-bit integer boxed as type Object.

See Also

Reference

SPFieldWorkflowStatus Class

SPFieldWorkflowStatus Members

Microsoft.SharePoint Namespace