TileView for WPF and Silverlight
CanConvertFrom(Type) Method


Syntax
'Declaration
 
<System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")>
Public Overloads Function CanConvertFrom( _
   ByVal sourceType As System.Type _
) As System.Boolean
'Usage
 
Dim instance As StringToObjectConverter
Dim sourceType As System.Type
Dim value As System.Boolean
 
value = instance.CanConvertFrom(sourceType)
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public System.bool CanConvertFrom( 
   System.Type sourceType
)

Parameters

sourceType
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StringToObjectConverter Class
StringToObjectConverter Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.