TileView for WPF and Silverlight
CanConvertTo(Type) Method


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

Parameters

destinationType
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.