Method GetInt16ValueOrDefault
GetInt16ValueOrDefault(IIndexableField)
Returns the field value as 0
if the type
is non-numeric.
Declaration
public static short GetInt16ValueOrDefault(this IIndexableField field)
Parameters
Type | Name | Description |
---|---|---|
IIndexableField | field | This IIndexableField. |
Returns
Type | Description |
---|---|
System.Int16 | The field value or |