Represents a utility class that provides the ability to parse and resolve data specifiers.
The DataSpecifier type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() |
Parse | Overloaded. Parses a data specifier string into its components. |
![]() ![]() |
Resolve | Overloaded. Converts the data specifier string into its textual representation by using the specified delegate resolver method. |
![]() ![]() |
ResolveAll | Converts a string of one or more data specifiers into its textual representation by using the specified delegate resolver method. |
![]() |
ToString | Returns a string representation consisting of all the components of the specified DataSpecifier object. (Overrides Object.ToString().) |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Alignment | Gets the portion of the data specifier string that represents the alignment component. |
![]() |
FormatString | Gets the portion of the data specifier string that represents the formatString component. |
![]() |
Qualifier | Gets the portion of the data specifier string that represents the qualifier component. |
![]() |
Specifier | Gets the portion of the data specifier string that represents the specifier component. |
Top
.gif)
.gif)
.gif)
.gif)