LongStringToInt16 Method
Return the most appropriate individual 16-bit signed integer
representation of this object.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public short ToInt16(
IFormatProvider provider
)
Public Function ToInt16 (
provider As IFormatProvider
) As Short
No code example is currently available or this language may not be supported.
- provider IFormatProvider
-
Format provider.
Int16
A 16-bit signed integer representation of this value.
IConvertibleToInt16(IFormatProvider)