DataObjectIdentifierConverter Class
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.
Provides the ability to convert data-source-specific object identifiers from strings to identifier parts, and from identifier parts to strings.
public ref class DataObjectIdentifierConverter
[System.Runtime.InteropServices.Guid("14CD64D0-BA5D-494a-A3B7-569E5B6AC3A6")]
public class DataObjectIdentifierConverter
[<System.Runtime.InteropServices.Guid("14CD64D0-BA5D-494a-A3B7-569E5B6AC3A6")>]
type DataObjectIdentifierConverter = class
Public Class DataObjectIdentifierConverter
- Inheritance
-
DataObjectIdentifierConverter
- Derived
- Attributes
Constructors
DataObjectIdentifierConverter() |
Class constructor. Instantiates a nonparameterized instance of the DataObjectIdentifierConverter class. |
DataObjectIdentifierConverter(String[], Char, Char) |
Initializes a parameterized instance of the DataObjectIdentifierConverter class with the specified configuration. |
Fields
Default |
Represents a default instance of DataObjectIdentifierConverter class that is used when a provider-specific implementation does not exist. |
Methods
BuildString(String, String[], Boolean) |
Builds a string version of an identifier. |
ConvertToArray(String, String) |
Converts a formatted string identifier into its equivalent set of identifier parts. |
ConvertToString(String, Object[], DataObjectIdentifierFormat) |
Converts a set of identifier parts into a formatted string identifier based on the specified formatting options. |
FormatPart(String, Object, Boolean) |
Formats a specified identifier part. |
SplitIntoParts(String, String) |
Divides a string version of an identifier into a set of formatted identifier parts. |
UnformatPart(String, String) |
Removes formatting applied to a given identifier part. |