Examples with "from a StringBuilder object" and their translation in Spaans
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 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
Andere resultaten
A StringBuilder object maintains a buffer to accommodate the concatenation of new data.
You can access the characters in a StringBuilder object by using the StringBuilder.Chars property.
Puede tener acceso a los caracteres de un StringBuilder objeto usando el StringBuilder.Chars propiedad.
Easy to use if you assign all the text to a StringBuilder object, and then begin to modify it.
Fácil de usar si asigna todo el texto a un StringBuilder de objetos y, a continuación, comenzar a modificarlo.
When you have finished modifying the value of a StringBuilder object, you can call its StringBuilder.ToString method to convert it to a string.
Cuando haya terminado de modificar el valor de un StringBuilder objeto, puede llamar a su StringBuilder.ToString método para convertir en una cadena.
The following example illustrates how a StringBuilder object allocates new memory and increases its capacity dynamically as the string assigned to the object expands.
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 code creates a StringBuilder object by calling its default (parameterless) constructor.
El código crea un StringBuilder objeto llamando a su constructor (sin parámetros) de forma predeterminada.
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.