LongStringToInt16 Method

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

Definition

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

Parameters

provider  IFormatProvider
Format provider.

Return Value

Int16
A 16-bit signed integer representation of this value.

Implements

IConvertibleToInt16(IFormatProvider)

See Also