Share via


DataObjectIdentifierConverter.UnformatPart Method

Removes formatting applied to a given identifier part.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Protected Overridable Function UnformatPart ( _
    typeName As String, _
    identifierPart As String _
) As Object
protected virtual Object UnformatPart(
    string typeName,
    string identifierPart
)
protected:
virtual Object^ UnformatPart(
    String^ typeName, 
    String^ identifierPart
)
abstract UnformatPart : 
        typeName:string * 
        identifierPart:string -> Object  
override UnformatPart : 
        typeName:string * 
        identifierPart:string -> Object
protected function UnformatPart(
    typeName : String, 
    identifierPart : String
) : Object

Parameters

  • identifierPart
    Type: System.String

    A formatted identifier part.

Return Value

Type: System.Object
Returns the unformatted equivalent of the formatted identifier part.

Exceptions

Exception Condition
ArgumentNullException

The typeName parameter is null.

.NET Framework Security

See Also

Reference

DataObjectIdentifierConverter Class

Microsoft.VisualStudio.Data Namespace