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