LongStringToInt32 Method

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

Definition

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

Parameters

provider  IFormatProvider
Format provider.

Return Value

Int32
A 32-bit signed integer representation of this value.

Implements

IConvertibleToInt32(IFormatProvider)

See Also