Namespace:  Microsoft.TeamFoundation.Build.Workflow
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Shared Function GetValueAsString ( _
    value As Object _
) As String
public static string GetValueAsString(
    Object value
)
public:
static String^ GetValueAsString(
    Object^ value
)
static member GetValueAsString : 
        value:Object -> string
public static function GetValueAsString(
    value : Object
) : String
Parameters
- value
 Type: System.Object
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.