Method: DBF::ColumnType::SignedLong#type_cast

Defined in:
lib/dbf/column_type.rb

#type_cast(value) ⇒ Object

Parameters:



41
42
43
# File 'lib/dbf/column_type.rb', line 41

def type_cast(value)
  value.unpack1('l<')
end