BF2Statistics.MapListEntry.ToString C# (CSharp) Method

ToString() public method

Returns this MapListEntry in Con File Format
public ToString ( ) : string
return string
        public override string ToString()
        {
            return String.Format("mapList.append {0} gpm_{1} {2}", MapName, GameMode, MapSize);
        }