IVsDataObjectIdentifier.ToString(DataObjectIdentifierFormat) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.