ConvertDataTypes.comConvert data types programming in one click !

Convert str to long in Python

    7086 hits
  • vIn = "-9223372036854775808L"
  • vOut = long(vIn,10)