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