Download for Windows Premium
Publiciteit
StringBuilder objeto

Vertaling van "StringBuilder objeto" in Engels

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Buscar valores de cadena antes de agregarlos a la StringBuilder objeto.
Search string values before adding them to the StringBuilder object.
Si el tamaño final de la StringBuilder objeto es probable que crezca extremadamente grande, normalmente más de varios megabytes.
If the eventual size of the StringBuilder object is likely to grow exceedingly large, typically in excess of several megabytes.
Crear instancias de un StringBuilder objeto llamando a uno de sus seis constructores de clase sobrecargada que se enumeran en la tabla siguiente.
You instantiate a StringBuilder object by calling one of its six overloaded class constructors, which are listed in the following table.
Puede definir explícitamente la capacidad inicial de un StringBuilder objeto de las maneras siguientes
You can explicitly define the initial capacity of a StringBuilder object in the following ways
En el ejemplo siguiente se muestra cómo un StringBuilder objeto asigna memoria nueva y aumenta dinámicamente su capacidad como se expande la cadena asignada al objeto.
The following example illustrates how a StringBuilder object allocates new memory and increases its capacity dynamically as the string assigned to the object expands.
El código crea un StringBuilder objeto llamando a su constructor (sin parámetros) de forma predeterminada.
The code creates a StringBuilder object by calling its default (parameterless) constructor.
Puede utilizar este enfoque si dispone de unas pocas modificaciones; de lo contrario, el costo de trabajar con cadenas inmutable puede anular las ventajas de rendimiento de usar un StringBuilder objeto.
You can use this approach if you have only a few modifications; otherwise, the cost of working with immutable strings may negate the performance benefits of using a StringBuilder object.
Si es el objetivo de la búsqueda determinar si una subcadena determinada existe (es decir, si no está interesado en la posición de la subcadena), puede buscar cadenas antes de almacenarlos en el StringBuilder objeto.
If the goal of the search is to determine whether a particular substring exists (that is, if you aren't interested in the position of the substring), you can search strings before storing them in the StringBuilder object.
Si la longitud de la cadena asignada a la StringBuilder objeto en la llamada al constructor supera la capacidad predeterminada o la capacidad especificada, el Capacity propiedad se establece en la longitud de la cadena especificada con el value parámetro.
If the length of the string assigned to the StringBuilder object in the constructor call exceeds either the default capacity or the specified capacity, the Capacity property is set to the length of the string specified with the value parameter.
Almacena cuatro instancias de cada letra del alfabeto inglés en un StringBuilder objeto.
It stores four occurrences of each letter of the English alphabet in a StringBuilder object.
Para ver una ilustración, vea el ejemplo anterior, que llama a la ToString método para convertir un StringBuilder objeto en una cadena para que se puede pasar a un método de expresión regular.
For an illustration, see the previous example, which calls the ToString method to convert a StringBuilder object to a string so that it can be passed to a regular expression method.
Complicado en llamar repetidamente a ToString si debe realizar modificaciones antes de que todo el texto se agrega a la StringBuilder objeto.
Cumbersome to repeatedly call ToString if you must make modifications before all text is added to the StringBuilder object.
El Append método anexa un terminador de línea o una cadena junto con un terminador de línea en un StringBuilder objeto.
The AppendLine method appends a line terminator or a string along with a line terminator to a StringBuilder object.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor StringBuilder objeto in het Spaans

Publiciteit

Suggesties

Resultaten: 23. Exact: 23. Verstreken tijd: 37 ms.