render

open fun render(): String

Renders this instance into it's Steam3 representation.

Return

A string Steam3 representation of this SteamID.


open fun render(steam3: Boolean): String

Renders this instance into it's Steam2 "STEAM_" or Steam3 representation.

Return

A string Steam2 "STEAM_" representation of this SteamID, or a Steam3 representation.

Parameters

steam3

If set to true, the Steam3 rendering will be returned; otherwise, the Steam2 STEAM_ rendering.