LongStringToInt64 Method

Return the most appropriate individual 64-bit signed integer representation of this object.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public long ToInt64(
	IFormatProvider provider
)

Parameters

provider  IFormatProvider
Format provider.

Return Value

Int64
A 64-bit signed integer representation of this value.

Implements

IConvertibleToInt64(IFormatProvider)

See Also