DataSpecifier 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.
Represents an object for parsing and building data specifiers (strings of the form {[qualifier.]specifier[,alignment][:formatString]}).
public ref class DataSpecifier sealed
public sealed class DataSpecifier
type DataSpecifier = class
Public NotInheritable Class DataSpecifier
- Inheritance
-
DataSpecifier
Properties
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. |
Methods
Parse(String, Int32) |
Parses a data specifier string, starting at the specified index, into its components and then returns a DataSpecifier object instance containing the parsed components. |
Parse(String) |
Parses a data specifier string into its components and returns a DataSpecifier object instance containing the parsed components. |
Resolve(String, DataSpecifier+Resolver) |
Converts the data specifier string into its textual representation by using the specified delegate resolver method. |
Resolve(String, Int32, DataSpecifier+Resolver) |
Converts the data specifier string, starting at the specified index, into its textual representation by using the specified delegate resolver method. |
ResolveAll(String, DataSpecifier+Resolver) |
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. |