  | Utf8StringCapacity Property | 
            Gets or sets the maximum size, in bytes, of the string this instance can hold without
            resizing.
            
Namespace: Ookii.Jumbo.IOAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic int Capacity { get; set; }Public Property Capacity As Integer
	Get
	Set
public:
property int Capacity {
	int get ();
	void set (int value);
}member Capacity : int with get, set
Property Value
Int32
See Also