MoneyToInt16 Method

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

Definition

Namespace: InnerDrive.Financial
Assembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9417.0
C#
public short ToInt16(
	IFormatProvider? provider
)

Parameters

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

Return Value

Int16
An 16-bit signed integer equivalent to the value of this instance.

Implements

IConvertibleToInt16(IFormatProvider)

See Also