Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 605 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 605 Bytes

SteamID-NET

C# .NET steam id converter engine with a useful lightweight example app.

I kinda felt compelled to make this because there were no public available DOTNET libs.

Converts any current SteamID to any other type.

Included in a lightweight app that showcases the conversion, plus the source to see how to use.

STEAM_0:1:27046640 32 -> [U:1:54093281] 64 -> 76561198014359009

[U:1:54093281] 2 -> STEAM_0:1:27046640 64 -> 76561198014359009

76561198014359009 2 -> STEAM_0:1:27046640 32 -> [U:1:54093281]

Pre-compiled binarys and libs.