Share via


IVsDataObjectIdentifierConverter.ConvertToString Method (String, array<Object )

When implemented by a class, converts a set of identifier parts into a formatted string identifier.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Function ConvertToString ( _
    typeName As String, _
    identifier As Object() _
) As String
string ConvertToString(
    string typeName,
    Object[] identifier
)
String^ ConvertToString(
    String^ typeName, 
    array<Object^>^ identifier
)
abstract ConvertToString : 
        typeName:string * 
        identifier:Object[] -> string
function ConvertToString(
    typeName : String, 
    identifier : Object[]
) : String

Parameters

  • identifier
    Type: array<System.Object[]

    An array containing a set of identifier parts for a specified object.

Return Value

Type: System.String
A string representation made up from the identifier parts and formatted based on the default formatting option.

.NET Framework Security

See Also

Reference

IVsDataObjectIdentifierConverter Interface

ConvertToString Overload

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace