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

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public short ToInt16(
	IFormatProvider provider
)

Parameters

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

Return Value

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

Implements

IConvertible ToInt16(IFormatProvider)
See Also