DataObjectIdentifierConverter.SplitIntoParts(String, String) Method

Definition

Divides a string version of an identifier into a set of identifier parts converted into the expected format.

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

Parameters

typeName
String

The name of a data object type.

identifier
String

A data source object identifier.

Returns

String[]

An array of formatted identifier parts.

Applies to