DataSpecifier Members
Include Protected Members
Include Inherited Members
Represents a utility class that provides the ability to parse and resolve data specifiers.
The DataSpecifier type exposes the following members.
Methods
Name
Description
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Overloaded. Parses a data specifier string into its components.
Overloaded. Converts the data specifier string into its textual representation by using the specified delegate resolver method.
Converts a string of one or more data specifiers into its textual representation by using the specified delegate resolver method.
Returns a string representation consisting of all the components of the specified DataSpecifier object. (Overrides Object.ToString().)
Top
Properties
Name
Description
Gets the portion of the data specifier string that represents the alignment component.
Gets the portion of the data specifier string that represents the formatString component.
Gets the portion of the data specifier string that represents the qualifier component.
Gets the portion of the data specifier string that represents the specifier component.
Top