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 virtual object[] ConvertToArray (string typeName, string identifier);
abstract member ConvertToArray : string * string -> obj[]
override this.ConvertToArray : string * string -> obj[]
Public Overridable Function ConvertToArray (typeName As String, identifier As String) As Object()
Parameters
- typeName
- String
The name of a data object type.
- identifier
- String
A partially or fully formatted identifier.
Returns
Object[]
Returns an array containing the separated, unformatted identifier parts as derived from the input identifier.
Exceptions
The typeName
parameter is null.