IData |
Name | Description | |
---|---|---|
GetDataPresent(String) | Checks to see whether the data is available in, or can be converted to, a specified format; the data format is specified by a string. | |
GetDataPresent(Type) | Checks to see whether the data is available in, or can be converted to, a specified format. The data format is specified by a Type object. | |
GetDataPresent(String, Boolean) | Checks to see whether the data is available in, or can be converted to, a specified format. A Boolean flag indicates whether to check if the data can be converted to the specified format, if it is not available in that format. |