DataSpecifier Class

Definition

Represents a utility class that provides the ability to parse and resolve data specifiers.

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)

Parses a data specifier string into its components and returns a DataSpecifier object instance containing the parsed components.

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.

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.

Applies to