How can i save long value in playerPrefs ????

i am working on my game and required to save long value to carry for next. But i don’t know how can i save the long values in the playerPrefs . Thanks in Advance

Save the Long as a string in PlayerPrefs, then just convert it back when needed.