Partager via


EncodingTypeConverter Class

Definition

Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output.

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

Constructors

EncodingTypeConverter()

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