DataObjectIdentifierConverter.UnformatPart(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.
Removes formatting applied to a given identifier part.
protected:
abstract System::Object ^ UnformatPart(System::String ^ typeName, System::String ^ identifierPart);
protected abstract object UnformatPart (string typeName, string identifierPart);
abstract member UnformatPart : string * string -> obj
Protected MustOverride 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
The unformatted equivalent of the formatted identifier part.