ObjectExtensionConvertT Method |
Namespace:
FileHold.LibraryManager.Extensions
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic static T Convert<T>(
this Object obj
)
Parameters
- obj
- Type: SystemObject
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:FileHold.LibraryManager.Extensions.ObjectExtension.Convert``1(System.Object)"]
Return Value
Type:
TUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also