LongStringToInt64 Method
Return the most appropriate individual 64-bit signed integer
representation of this object.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public long ToInt64(
IFormatProvider provider
)
Public Function ToInt64 (
provider As IFormatProvider
) As Long
No code example is currently available or this language may not be supported.
- provider IFormatProvider
-
Format provider.
Int64
A 64-bit signed integer representation of this value.
IConvertibleToInt64(IFormatProvider)