ConvertValueToInt16(Object, Int16) Method

Converts a value to a number of type Int16.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static short ValueToInt16(
	Object value,
	short nullValue
)

Parameters

value  Object
Value to convert.
nullValue  Int16
Default value for nulls.

Return Value

Int16
Int16 with the value converted.

See Also