Download for Windows Premium
Publicitate
the StringBuilder

Traducere "the StringBuilder" în spaniolă

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.
la StringBuilder
Search string values before adding them to the StringBuilder object.
Buscar valores de cadena antes de agregarlos a la StringBuilder objeto.
Consider using the StringBuilder class under these conditions
Considere el uso de la StringBuilder clase bajo estas condiciones
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.
Negates the performance benefit of the StringBuilder class if the number of modifications is large.
Niega la ventaja de rendimiento de la StringBuilder clase si la cantidad de modificaciones es grande.
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.
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.
Cumbersome to repeatedly call ToString if you must make modifications before all text is added to the StringBuilder object.
Complicado en llamar repetidamente a ToString si debe realizar modificaciones antes de que todo el texto se agrega a la StringBuilder objeto.
The following example removes some of the text from a StringBuilder object, displays its resulting capacity, maximum capacity, and length property values, and then calls the Clear method to remove all the characters from the StringBuilder object.
El ejemplo siguiente quita la parte del texto de un StringBuilder objeto, muestra su capacidad resultante, capacidad máxima y valores de propiedad de longitud y, a continuación, llama el Clear método para quitar todos los caracteres desde la StringBuilder objeto. C# VB
Although the StringBuilder class generally offers better performance than the String class, you should not automatically replace String with StringBuilder whenever you want to manipulate strings.
Aunque la StringBuilder clase generalmente ofrece un mejor rendimiento que el String (clase), no debe automáticamente sustituir String con StringBuilder siempre que desee para manipular las cadenas.
In C#, Chars is an indexer; in Visual Basic, it is the default property of the StringBuilder class.
En C#, Chars es un indizador; en Visual Basic, es la propiedad predeterminada de la StringBuilder clase.
Additional memory for the StringBuilder object is allocated dynamically until it reaches the value defined by the StringBuilder.MaxCapacity property.
Memoria adicional para la StringBuilder objeto se asigna dinámicamente hasta que alcanza el valor definido por el StringBuilder.MaxCapacity propiedad.
You can explicitly define the maximum capacity of a StringBuilder object by calling the StringBuilder(Int32, Int32) constructor.
Puede definir explícitamente la capacidad máxima de un StringBuilder objeto mediante una llamada a la StringBuilder(Int32, Int32) constructor.
These default values are used if you call the StringBuilder() and StringBuilder(String) constructors.
Estos valores predeterminados se utilizan si se llama a la StringBuilder() y StringBuilder(String) constructores.
The StringBuilder class includes the following methods for expanding the contents of a StringBuilder object
La StringBuilder clase incluye los siguientes métodos para expandir el contenido de una StringBuilder objeto
Nici un rezultat pentru acest sens.

Sinonime și analogii pentru "the StringBuilder" în limba Română

Cuvântul și expresia zilei
Imaginea zilei
doorknob: round handle on a door for opening and closing
Află cuvântul
Publicitate

Sugestii

Rezultate: 33. Exacte: 33. Timp de răspuns: 65 ms.