DbFloat.IConvertible.ToInt64 Method | |
Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax METHOD IConvertible.ToInt64(
provider AS IFormatProvider
) AS INT64
long IConvertible.ToInt64(
IFormatProvider provider
)
Request Example
View SourceParameters
- provider
- Type: IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.
Return Value
Type:
Int64An 64-bit signed integer equivalent to the value of this instance.
Implements
ToInt64(IFormatProvider)See Also