ConvertValueToInt16Nullable Method
Converts a value to a number of type Int16 or null.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static short? ValueToInt16Nullable(
Object value
)
Public Shared Function ValueToInt16Nullable (
value As Object
) As Short?
- value Object
- Value to convert.
NullableInt16Int16 with the value converted.
if the value cannot be converted.