FormatterMappings.ClearMediaTypeMappingForFormat(String) Method

Definition

Clears the media type mapping for the format.

public:
 bool ClearMediaTypeMappingForFormat(System::String ^ format);
public bool ClearMediaTypeMappingForFormat (string format);
member this.ClearMediaTypeMappingForFormat : string -> bool
Public Function ClearMediaTypeMappingForFormat (format As String) As Boolean

Parameters

format
String

The format value.

Returns

true if the format is successfully found and cleared; otherwise, false.

Applies to