DataObjectIdentifierConverter.ConvertToArray(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.
Converts a formatted string identifier into its equivalent set of identifier parts.
public:
virtual cli::array <System::Object ^> ^ ConvertToArray(System::String ^ typeName, System::String ^ identifier);
public object[] ConvertToArray (string typeName, string identifier);
abstract member ConvertToArray : string * string -> obj[]
override this.ConvertToArray : string * string -> obj[]
Public Function ConvertToArray (typeName As String, identifier As String) As Object()
Parameters
- typeName
- String
The name of a data object type.
- identifier
- String
A data source object identifier.
Returns
Object[]
An array containing the separated, unformatted identifier parts as derived from the input identifier.
Implements
Exceptions
The typeName
parameter is null.