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