// "id":"90973535271650928","teamName":"batgi","kkoNick":"김정수","gameStatus":"ONLINE","league":"PRO_5","strIntArr":"5_5_0_","channel_id":"", // "profileURL":"http://th-p.talk.kakao.co.kr/th/talkp/wkeHiXE0v9/zeO2E90FY2qYqgH159OWdk/cv6w1h_110x110_c.jpg", // "rankIntStr":"0_0_0_0_0_0_0_0_0_0_", // "server_id":"1","socket_id":"5V8oimk5rTGcDscV1pvk","channel_server_id":"","channel_user_no":"" public bool ParseIntArr() { try { Ag.LogString(" NodeUser :: ParseIntArr :: >>> " + strIntArr); StackOfInt sInt = new StackOfInt(strIntArr); sInt.GetValue(out winNum, out losNum, out country); StackOfInt rInt = new StackOfInt(rankIntStr); rankObj = rInt.ParseRank(); } catch { Ag.LogIntenseWord(" E R R O R in Parsing ParseIntArr .. Country, Rank .. "); return(false); } return(true); }