Download for Windows Premium
Publiciteit
StringBuilder objeto en

Examples with "StringBuilder objeto en" and their translation 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.
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.
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.
Si adopta este enfoque, debe trabajar desde el final de la StringBuilder objeto en sus comienzos, por lo que no tiene que convertir repetidamente la StringBuilder objeto en una cadena.
If you adopt this approach, you should work from the end of the StringBuilder object to its beginning so that you don't have to repeatedly convert the StringBuilder object to a string.

Andere resultaten

Buscar valores de cadena antes de agregarlos a la StringBuilder objeto.
Search string values before adding them to the StringBuilder object.
En el ejemplo siguiente se utiliza tres de estas sobrecargas del constructor para crear instancias de StringBuilder objetos.
The following example uses three of these constructor overloads to instantiate StringBuilder objects.
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.
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
Puede tener acceso a los caracteres de un StringBuilder objeto usando el StringBuilder.Chars propiedad.
You can access the characters in a StringBuilder object by using the StringBuilder.Chars property.
Asignando explícitamente un valor nuevo a la StringBuilder.Capacity propiedad para expandir una existente StringBuilder objeto.
By explicitly assigning a new value to the StringBuilder.Capacity property to expand an existing StringBuilder object.
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.
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.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor StringBuilder objeto en in het Spaans

Publiciteit

Resultaten: 18364. Exact: 3. Verstreken tijd: 576 ms.