GitHelpers.ObjectIdFromString Method

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Public Shared Function ObjectIdFromString ( _
    objectId As String _
) As Byte()
public static byte[] ObjectIdFromString(
    string objectId
)
public:
static array<unsigned char>^ ObjectIdFromString(
    String^ objectId
)
static member ObjectIdFromString : 
        objectId:string -> byte[] 
public static function ObjectIdFromString(
    objectId : String
) : byte[]

Parameters

Return Value

Type: array<System.Byte[]

.NET Framework Security

See Also

Reference

GitHelpers Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace