ImportModeTypeConverter Class

Definition

When Force, any existing target tags will be overwritten. When NoForce, any existing target tags will fail the operation before any copying begins.

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

Constructors

ImportModeTypeConverter()

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