ARCed.Helpers.ControlHelper.GetMapLabel C# (CSharp) 메소드

GetMapLabel() 공개 정적인 메소드

public static GetMapLabel ( int id ) : string
id int
리턴 string
        public static string GetMapLabel(int id)
        {
            return String.Format("{0:d4}: {1}", id, Project.Data.MapInfos[id].name);
        }