GitUtils.ObjectIdFromString Method
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.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
- objectId
Type: System.String
Return Value
Type: array<System.Byte[]
Returns Byte.
.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.