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)
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.StringA 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.