AdoDotNetObjectIdentifierConverter.SplitIntoParts(String, String) 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.
Divides the specified string version of an identifier into a set of formatted identifier parts by using the identifier separator character.
protected:
override cli::array <System::String ^> ^ SplitIntoParts(System::String ^ typeName, System::String ^ identifier);
protected override string[] SplitIntoParts (string typeName, string identifier);
override this.SplitIntoParts : string * string -> string[]
Protected Overrides Function SplitIntoParts (typeName As String, identifier As String) As String()
Parameters
- typeName
- String
The name of an object type.
- identifier
- String
The identifier to split into parts.
Returns
String[]
An array of string values representing each an identifier extracted from the input string.