共用方式為


TypeTypeConverter Class

Definition

Type of the role assignment schedule expiration

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

Constructors

TypeTypeConverter()

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