ConvertValueToInt16(Object) Method
Converts a value to a number of type Int16.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static short ValueToInt16(
Object value
)
Public Shared Function ValueToInt16 (
value As Object
) As Short
- value Object
- Value to convert.
Int16Int16 with the value converted.