Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 509 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 509 Bytes

SharpCsgoFriendCode

C# library that can generate CSGO friend codes from Steam64IDs & generate Steam64IDs from CSGO friend codes.

Usage

// Should be SUCVS-FADA
string friendCode = FriendCode.Encode(76561197960287930UL);

// Should be 76561197960287930UL
ulong steam64Id = FriendCode.Decode("SUCVS-FADA");

Interesting read up & sources

De- and encoding CS:GO friend codes