Freigeben über


FilterFileTypeTypeConverter Class

Definition

Type of the filter file.

public class FilterFileTypeTypeConverter : System.Management.Automation.PSTypeConverter
type FilterFileTypeTypeConverter = class
    inherit PSTypeConverter
Public Class FilterFileTypeTypeConverter
Inherits PSTypeConverter
Inheritance
FilterFileTypeTypeConverter

Constructors

FilterFileTypeTypeConverter()

Methods

CanConvertFrom(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

ConvertFrom(Object, Type, IFormatProvider, Boolean)

Converts the sourceValue parameter to the destinationType parameter using formatProvider and ignoreCase

ConvertTo(Object, Type, IFormatProvider, Boolean)

NotImplemented -- this will return null

Applies to