Retrieves the maximum capacity of the current StringBuilder.
[Visual Basic] Public ReadOnly Property MaxCapacity As Integer [C#] public int MaxCapacity {get;} [C++] public: __property int get_MaxCapacity(); [JScript] public function get MaxCapacity() : int;
Read only. This property retrieves the maximum capacity of the current StringBuilder. (defaults to MaxValue)
StringBuilder Class | StringBuilder Members | System.Text Namespace