DataSpecifier.Resolve Method
Include Protected Members
Include Inherited Members
Converts the data specifier string into its textual representation by using the specified delegate resolver method.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
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. |
Top