RestApiOperationResponseConverter 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.
Converts a object of RestApiOperationResponse type to string type.
public class RestApiOperationResponseConverter : System.ComponentModel.TypeConverter
type RestApiOperationResponseConverter = class
inherit TypeConverter
Public Class RestApiOperationResponseConverter
Inherits TypeConverter
- Inheritance
-
RestApiOperationResponseConverter
Constructors
RestApiOperationResponseConverter() |
Methods
CanConvertTo(ITypeDescriptorContext, Type) | Returns whether this converter can convert the object to the specified type, using the specified context. |
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) | Converts the given value object to the specified type, using the specified context and culture information. |