Version

CanConvertFrom Method (StringArrayTypeConverter)

Overriden to indicate which types this converter supports.
Syntax
public override bool CanConvertFrom( 
   Type sourceType
)

Parameters

sourceType
The type to check.

Return Value

True, if the converter supports this type.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also