Share via


RestApiOperationResponseConverter Class

Definition

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.

Applies to