DataObjectIdentifierConverter.BuildString 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.
Builds a string version of an identifier.
protected:
abstract System::String ^ BuildString(System::String ^ typeName, cli::array <System::String ^> ^ identifierParts, Microsoft::VisualStudio::Data::Services::DataObjectIdentifierFormat format);
protected abstract string BuildString (string typeName, string[] identifierParts, Microsoft.VisualStudio.Data.Services.DataObjectIdentifierFormat format);
abstract member BuildString : string * string[] * Microsoft.VisualStudio.Data.Services.DataObjectIdentifierFormat -> string
Protected MustOverride Function BuildString (typeName As String, identifierParts As String(), format As DataObjectIdentifierFormat) As String
Parameters
- typeName
- String
The name of a data object type.
- identifierParts
- String[]
An array of identifier parts in the expected format.
- format
- DataObjectIdentifierFormat
A value from the enumeration DataObjectIdentifierFormat indicating the format of the string.
Returns
A string version of an identifier.