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.
StringBuilder clase
clase StringBuilder
The following example shows how to call many of the methods defined by the StringBuilder class.
En el ejemplo siguiente se muestra cómo llamar a muchos de los métodos definidos por el StringBuilder clase.
Consider using the StringBuilder class under these conditions
Initializes a new instance of the StringBuilder class using the specified string.
Inicializa una nueva instancia de la clase StringBuilder con la cadena especificada.
For more information about the immutability of strings, see the Immutability and the StringBuilder class section later in this topic.
Para obtener más información sobre la inmutabilidad de cadenas, vea la inmutabilidad y la clase StringBuilder sección más adelante en este tema.
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.
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
The StringBuilder class includes methods that can reduce the size of the current StringBuilder instance.
La StringBuilder clase incluye métodos que pueden reducir el tamaño del actual StringBuilder instancia.
In Java you can use the StringBuffer class, this object performs this tasks faster than the previous example, in.NET Framework you can use the StringBuilder class to perform the same tasks.
En java puedes utilizar la clase StringBuffer, esta clase realiza las tareas con cadenas de forma más eficiente que el ejemplo anterior, en el framework de.NET puedes utilizar la clase StringBuilder de forma equivalente.
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.
The StringBuilder class, introduced in J2SE 5.0, differs from StringBuffer in that it is unsynchronized.
La clase StringBuilder, introducida en J2SE 5.0, difiere de StringBuffer en que es asíncrona.
Microsoft's.NET Framework has a StringBuilder class in its Base Class Library.
La plataforma Microsoft.NET tiene una clase StringBuilder en su Base Class Library (Biblioteca de Clases Básica).
Consider using the StringBuilder class to construct strings from multiple segments.
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.