Intersoft WebScheduler Documentation
CanConvertTo(Type) Method
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerDateTimeConverter Class > CanConvertTo Method : CanConvertTo(Type) Method






destinationType

Glossary Item Box

Syntax

Visual Basic (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
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerDateTimeConverter
Dim destinationType As System.Type
Dim value As System.Boolean
 
value = instance.CanConvertTo(destinationType)
C# 
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
public System.bool CanConvertTo( 
   System.Type destinationType
)
Delphi 
public function CanConvertTo( 
    destinationType: System.Type
): System.Boolean; 
JScript 
System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")
public function CanConvertTo( 
   destinationType : System.Type
) : System.boolean;
Managed Extensions for C++ 
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
public: System.bool CanConvertTo( 
   System.Type* destinationType
) 
C++/CLI 
[System.Runtime.TargetedPatchingOptOutAttribute("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

©2013 Intersoft Solutions Corp. All Rights Reserved.