AdoDotNetObjectIdentifierConverter.UnformatPart(String, String) Method
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.
Calls the UnquoteIdentifier(String) method.
C++
protected:
override System::Object ^ UnformatPart(System::String ^ typeName, System::String ^ identifierPart);
protected override object UnformatPart(string typeName, string identifierPart);
override this.UnformatPart : string * string -> obj
Protected Overrides Function UnformatPart (typeName As String, identifierPart As String) As Object
- typeName
- String
The name of a data object type.
- identifierPart
- String
A formatted identifier part.
Returns the unformatted equivalent of the formatted identifier part.
The typeName
parameter is null.
Produit | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |