DataObjectIdentifierConverter.BuildString(String, String[], Boolean) 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:
virtual System::String ^ BuildString(System::String ^ typeName, cli::array <System::String ^> ^ identifierParts, bool forDisplay);
protected virtual string BuildString (string typeName, string[] identifierParts, bool forDisplay);
abstract member BuildString : string * string[] * bool -> string
override this.BuildString : string * string[] * bool -> string
Protected Overridable Function BuildString (typeName As String, identifierParts As String(), forDisplay As Boolean) As String
Parameters
- typeName
- String
The name of a data object type.
- identifierParts
- String[]
An array of formatted identifier parts.
- forDisplay
- Boolean
Indicates whether the resulting string will be used for display purposes only.
Returns
Returns a string version of an identifier.
Exceptions
The typeName
and/or identifierParts
parameter is null.
The identifierParts
parameter contains invalid data.