Vertaling van "string como" 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.
Los campos secundarios con una string como prioridad van al final.
Children with a string as their priority come last.
Este método toma un solo string como un argumento.
This function takes a single string as an argument.
Es decir, si se tiene un string como "Este es un string de ejemplo", se puede tokenizar en sus palabras individuales utilizando el carácter de espacio como el token.
That is, if you have a string like "This is an example string" you could tokenize this string into its individual words by using the space character as the token.
Es un string como Sheet1! A1:B2, que hace referencia a un grupo de celdas en la hoja de cálculo y se usa generalmente en fórmulas.
This is a string like Sheet1! A1:B2, that refers to a group of cells in the spreadsheet, and is typically used in formulas.
Para este propósito, piense en un valor string como un array de caracteres.
Think of a string as an array of characters for this purpose.
Esta función toma un string como parámetro y debería devolver otro string.
This function takes a string as a parameter and should return a string.
Por el contrario, si solo hay un comando, definiremos el comando string como $arguments que representa el primer y único argumento/ comando.
Conversely, if there is only one command, we'll define the command string as $arguments which represents the first and only argument/ command.
Si no dejas espacio blanco entre (1) y (2), o entre (4) y (5), el shell va a interpretar ese string como una palabra larga.
If you do not place any whitespaces between (1) and (2), or between (4) and (5), the shell will interpret that string as a one long word.
Si se pasa un valor de tipo string, se intentará interpretar el string como un valor numérico.
If a string value is passed an attempt will be made to interpret the string as a numeric value.
Ten en cuenta que los errores demoran entre 1 y 2Si quieres registrar un evento y no quieres resultados de logcat, solo tienes que pasar una string como argumento, tal como se muestra en este ejemplo
If you wish to log an event and don't want logcat output, you only need to pass a string as the argument, as shown in this example
El método Convert() asume que recibe un string como entrada (el parámetro value) y lo convierte en un booleano verdadero o falso, con un valor por defecto de falso.
The Convert() methods assumes that it receives a string as the input (the value parameter) and then converts it to a Boolean true or false value, with a fallback value of false.
Esto puede luego ser invocado al agregar la función Invoke() con un string como argumento.
This can then be invoked by calling the Invoke() function with a string as argument.
Para mostrar texto, pase un string como el argumento de Contenido así
To display text, pass a string as the Content argument like this