Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.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
Returns 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.