class DBF::ColumnType::SignedLong

Public Instance Methods

type_cast(value) click to toggle source

@param value [String]

# File lib/dbf/column_type.rb, line 39
def type_cast(value)
  value.unpack1('l<')
end