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