[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public static bool CanConvertTo<T>(
this Object object
)
<ExtensionAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Shared Function CanConvertTo(Of T) (
object As Object
) As Boolean
Dim object As Object
Dim returnValue As Boolean
returnValue = object.CanConvertTo()
public:
[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
generic<typename T>
static bool CanConvertTo(
Object^ object
)
[<ExtensionAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
static member CanConvertTo :
object : Object -> bool
No code example is currently available or this language may not be supported.
[Missing <param name="object"/> documentation for "M:DevCase.Extensions.ObjectExtensions.ObjectExtensions.CanConvertTo``1(System.Object)"]
No code example is currently available or this language may not be supported.
Dim result As Boolean = "Red".CanConvertTo(Of Color)()
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.