GitHelpers.StringFromObjectId Method
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Shared Function StringFromObjectId ( _
oid As Byte() _
) As String
public static string StringFromObjectId(
byte[] oid
)
public:
static String^ StringFromObjectId(
array<unsigned char>^ oid
)
static member StringFromObjectId :
oid:byte[] -> string
public static function StringFromObjectId(
oid : byte[]
) : String
Parameters
- oid
Type: array<System.Byte[]
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.