Click or drag to resize

Float.IConvertible.ToInt16 Method

X#
Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
METHOD IConvertible.ToInt16(
	provider AS IFormatProvider
) AS SHORT
Request Example View Source

Parameters

provider
Type: IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.

Return Value

Type: Short
An 16-bit signed integer equivalent to the value of this instance.

Implements

ToInt16(IFormatProvider)
See Also