StringBuilder objects
Adaugă în listă
Exemple pentru "StringBuilder objects"
Nu am putut găsi această intrare. Se afișează rezultate aproximative. Verificați ortografia sau propuneți adăugarea acestui termen în dicționar.
The StringBuilder objects have the following memory representation.
The following example uses three of these constructor overloads to instantiate StringBuilder objects .
En el ejemplo siguiente se utiliza tres de estas sobrecargas del constructor para crear instancias de StringBuilder objetos .
Alte rezultate
A StringBuilder object maintains a buffer to accommodate the concatenation of new data.
Search string values before adding them to the StringBuilder object .
It stores four occurrences of each letter of the English alphabet in a StringBuilder object .
The new capacity must not be greater than the StringBuilder object 's maximum capacity.
Gets or sets the length of the current StringBuilder object . MaxCapacity
It appends ten random numbers to a StringBuilder object , and then iterates each character.
If the eventual size of the StringBuilder object is likely to grow exceedingly large, typically in excess of several megabytes.
Si el tamaño final de la StringBuilder objeto es probable que crezca extremadamente grande, normalmente más de varios megabytes.
You instantiate a StringBuilder object by calling one of its six overloaded class constructors, which are listed in the following table.
Crear instancias de un StringBuilder objeto llamando a uno de sus seis constructores de clase sobrecargada que se enumeran en la tabla siguiente.
You can explicitly define the initial capacity of a StringBuilder object in the following ways
Puede definir explícitamente la capacidad inicial de un StringBuilder objeto de las maneras siguientes
For more information, see the Searching the text in a StringBuilder object section.
A StringBuilder object consists of two parts (not necessarily contiguous in memory)