AzureContextConverter.CanConvertFrom Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CanConvertFrom(PSObject, Type) | |
CanConvertFrom(Object, Type) |
CanConvertFrom(PSObject, Type)
public override bool CanConvertFrom (System.Management.Automation.PSObject sourceValue, Type destinationType);
override this.CanConvertFrom : System.Management.Automation.PSObject * Type -> bool
Public Overrides Function CanConvertFrom (sourceValue As PSObject, destinationType As Type) As Boolean
Parameters
- sourceValue
- PSObject
- destinationType
- Type
Returns
Applies to
CanConvertFrom(Object, Type)
public override bool CanConvertFrom (object sourceValue, Type destinationType);
override this.CanConvertFrom : obj * Type -> bool
Public Overrides Function CanConvertFrom (sourceValue As Object, destinationType As Type) As Boolean
Parameters
- sourceValue
- Object
- destinationType
- Type