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.
the StringBuilder
Buscar valores de cadena antes de agregarlos a la StringBuilder objeto.
Search string values before adding them to the StringBuilder object.
Considere el uso de la StringBuilder clase bajo estas condiciones
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.
Niega la ventaja de rendimiento de la StringBuilder clase si la cantidad de modificaciones es grande.
Negates the performance benefit of the StringBuilder class if the number of modifications is large.
Considere el uso de la StringBuilder clase bajo estas condiciones
Consider using the StringBuilder class to construct strings from multiple segments.
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.
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 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
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.
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.
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.
En C#, Chars es un indizador; en Visual Basic, es la propiedad predeterminada de la StringBuilder clase.
In C#, Chars is an indexer; in Visual Basic, it is the default property of the StringBuilder class.
Memoria adicional para la StringBuilder objeto se asigna dinámicamente hasta que alcanza el valor definido por el StringBuilder.MaxCapacity propiedad.
Additional memory for the StringBuilder object is allocated dynamically until it reaches the value defined by the StringBuilder.MaxCapacity property.
Puede definir explícitamente la capacidad máxima de un StringBuilder objeto mediante una llamada a la StringBuilder(Int32, Int32) constructor.
You can explicitly define the maximum capacity of a StringBuilder object by calling the StringBuilder(Int32, Int32) constructor.
Estos valores predeterminados se utilizan si se llama a la StringBuilder() y StringBuilder(String) constructores.
These default values are used if you call the StringBuilder() and StringBuilder(String) constructors.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.