Vertaling van "a 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.
Configura la respuesta automática en el estado status a string.
Set the automatic reply in status status to string.
Valores ilegales para una clave serán convertidos a string. value
Illegal values for key will be converted to string. value
Procedí a cambiar todos los otros tipos de cálculos de objeto a String.
I proceeded to change all of the other object calculations types to String.
Dado que hemos hecho que la conversión a String y desde String esté regida por los metadatos como máscaras de conversión, etc., este es un hecho a tener en cuenta al validar transformaciones en la versión 3.0.0.
Because we made data conversion to String and back driven by the metadata such as conversion masks etc, it is a thing to watch out for when validating transformations on version 3.0.0.
Las consecuencias de lo anterior son que si se convierte el valor 123 de tipo Integer a String, se obtiene "123".
The consequence of the above is that if you convert the "Integer" data type for value 123 to String you get "123".
Si se convierte el valor 123 de tipo Integer(9) (como es el caso en la versión 3.x) a String se obtiene "000000123".
If you convert data type "Integer(9)" (as this is the case in version 3.x) to String you get "000000123".
En el inspector de propiedades, haga clic en el botón situado junto a String.
In the Property Inspector, click the button next to String.
Sin embargo, hoy ReSharper me anima a seguir utilizándolo ya que una de las opciones con las que nos encontramos en las smart actions, es la de convertir String.Format() a String Interpolation.
However, today ReSharper encourages me to use the String Interpolation feature because is one of the options that we find in R# smart actions, convert String.Format() to String Interpolation.
La forma más fácil de convertir int a string en C++
Easiest way to convert int to string in C++
Puesto que Builder separa la construcción del producto de la representación del mismo (y en este contexto, "representación" significa conversión a string), la seguridad del CLR es garantizada por diseño.
Since Builder separates product construction from product representation (and in this context, "representation" means conversion to string), CLR security is enforced by design.
Parámetros prop Una cadena o expresión numérica que representa el nombre de una propiedad o el índice de un array (lo que no sea un símbolo se forzará a string).
Parameters prop A string or symbol representing a property name or array index (non-symbols will be coerced to strings).
Ahora cambie el tipo a string, y simplemente vamos a adicionar el texto Hello.
So change the type to string, and we're simply going to add the text Hello.
Un resource siempre es convertido a string con la estructura "Resource id #1", donde 1 es el número de recurso asignado al resource por PHP durante la ejecución.
Resources are always converted to strings with the structure "Resource id #1", where 1 is the unique number assigned to the resource by PHP at runtime.