Megosztás a következőn keresztül:


CostDetailsDataFormatTypeConverter Class

Definition

The data format of the report

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

Constructors

CostDetailsDataFormatTypeConverter()

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