ObjectExtensionTryConvertT(Object, NullableNumberStyles, CultureInfo, T) Method
Namespace: FileHold.LibraryManager.ExtensionsAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.2.0.0
public static bool TryConvert<T>(
this Object value,
NumberStyles? numberStyles,
CultureInfo cultureInfo,
out T targetValue
)
- value Object
-
- numberStyles NullableNumberStyles
-
- cultureInfo CultureInfo
-
- targetValue T
-
- T
[Missing <typeparam name="T"/> documentation for "M:FileHold.LibraryManager.Extensions.ObjectExtension.TryConvert``1(System.Object,System.Nullable{System.Globalization.NumberStyles},System.Globalization.CultureInfo,``0@)"]
BooleanIn 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).