Convert..::..ToInt64 Method (Object, IFormatProvider)
Converts the value of the specified object to a 64-bit signed integer, using the specified culture-specific formatting information.
Note: Calling this method for [DateTime] value always throws InvalidCastException.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static long ToInt64( Object value, IFormatProvider provider )
<TemplateAttribute> _ Public Shared Function ToInt64 ( _ value As Object, _ provider As IFormatProvider _ ) As Long
[TemplateAttribute] public: static long long^ ToInt64( Object^ value, IFormatProvider^ provider )