IVsDataObjectIdentifier.ToString(DataObjectIdentifierFormat) Method

Definition

Converts the current IVsDataObjectIdentifier object to a string that contains the identifier parts, which are separated by a delimiter character.

public:
 System::String ^ ToString(Microsoft::VisualStudio::Data::Services::DataObjectIdentifierFormat format);
public string ToString (Microsoft.VisualStudio.Data.Services.DataObjectIdentifierFormat format);
abstract member ToString : Microsoft.VisualStudio.Data.Services.DataObjectIdentifierFormat -> string
Public Function ToString (format As DataObjectIdentifierFormat) As String

Parameters

format
DataObjectIdentifierFormat

A value from the DataObjectIdentifierFormat enumeration that specifies the type of formatting to use for the data object identifier string value.

Returns

A string representation of the identifier. The string contains the identifier parts separated by a delimiter character and in the specified format.

Applies to