DataObjectIdentifierConverter.SplitIntoParts(String, String) Method

Definition

Divides a string version of an identifier into a set of formatted identifier parts.

protected:
 virtual cli::array <System::String ^> ^ SplitIntoParts(System::String ^ typeName, System::String ^ identifier);
protected virtual string[] SplitIntoParts (string typeName, string identifier);
abstract member SplitIntoParts : string * string -> string[]
override this.SplitIntoParts : string * string -> string[]
Protected Overridable Function SplitIntoParts (typeName As String, identifier As String) As String()

Parameters

typeName
String

The name of a data object type.

identifier
String

A partially or fully formatted identifier.

Returns

String[]

Returns an array of formatted identifier parts.

Exceptions

The typeName and/or identifier parameter is null.

Applies to