DataObjectIdentifierConverter.UnformatPart(String, String) Method

Definition

Removes formatting applied to a given identifier part.

protected:
 virtual System::Object ^ UnformatPart(System::String ^ typeName, System::String ^ identifierPart);
protected virtual object UnformatPart (string typeName, string identifierPart);
abstract member UnformatPart : string * string -> obj
override this.UnformatPart : string * string -> obj
Protected Overridable Function UnformatPart (typeName As String, identifierPart As String) As Object

Parameters

typeName
String

The name of a data object type.

identifierPart
String

A formatted identifier part.

Returns

Returns the unformatted equivalent of the formatted identifier part.

Exceptions

The typeName parameter is null.

Applies to