유니티로 모바일 게임 만드는 과정의 삽질 모음
string text = string.Format("{0:0.#,###}", Gold)
string.Format("{0:n0}", Gold)
Gold.ToString("#,##0") 도 된다.