Vertaling van "clase String" 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.
La clase String tiene numerosos constructores, para crear e instanciar variables de cadena.
The String class has numerous constructors, for creating and instantiating string variables.
Primero, enfocémonos en las características disponibles dentro de la clase String.
First, let's focus on the features available within the String class itself.
Así que veamos algunas de las cosas que podemos hacer con la clase String.
So let's look at some of the stuff we can do with the String class.
En la línea 4 se hace una llamada al método strip, incluido en cada clase String.
On line 4 is a call to the strip method built into every String class.
Los datos de cadena, ya sea una secuencia de caracteres, números, símbolos o alguna mezcla de los mismos, pueden almacenarse de varias maneras, pero la clase String es la clase de utilidad primaria utilizada para este propósito.
String data, whether it be a sequence of characters, numbers, symbols, or some mix thereof, can be stored in a variety of ways, but the String class is the primary utility class used for this purpose.
La clase String incluye un método para la concatenación de dos cadenas
The String class includes a method for concatenating two strings
La clase String se utiliza para encapsular caracteres de texto legibles por humanos, que a menudo se muestran en la pantalla.
The String class is used to encapsulate human-readable text characters, which are often displayed to the screen.
La clase String tiene las dos propiedades siguientes
The String class has the following two properties
La clase String tiene numerosos métodos que ayudan en el trabajo con los objetos de cadena.
The String class has numerous methods that help you in working with the string objects.
La clase String forma parte del package java.lang y se describe completamente en la documentación del API del JDK.
Java provides you with String class in java.lang package, which does not require an import statement.
La manera estándar de manipular texto en Java es usar su clase String.
Java's standard way to handle text is to use its String class.
La lista anterior de los métodos no es exhaustiva, por favor visite la biblioteca MSDN para obtener una lista completa de métodos y constructores de clase String.
The above list of methods is not exhaustive, please visit MSDN library for the complete list of methods and String class constructors.
Para convertir una fecha literal al formato de su localidad o según un formato personalizado, utilice el formato de la función de la clase String, especificando un formato de fecha predefinida o definida por el usuario.
To convert a Date literal to the format of your locale or to a custom format, use the Format function of String class, specifying either a predefined or user-defined date format.