Vertaling van "GetType" 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.
If you want to get a type of a variable, you can use gettype() function.
Si usted desea conseguir el tipo de variable, puede utilizar la función gettype().
If you simply want a human-readable representation of the type for debugging, use gettype().
Si tan solo desea una representación legible para humanos del tipo para propósitos de depuración, use gettype().
Sends all currently buffered output to the client. GetType
Envía toda la salida actualmente tamponada al cliente. GetType
This means that, in addition to using your own language's comparison keyword, you can use the GetType method to determine the type of a particular object, as the following example shows.
Esto significa que, además de utilizar la palabra clave de comparación de su propio idioma, puede utilizar el GetType método para determinar el tipo de un objeto determinado, como se muestra en el ejemplo siguiente.
Examples The following code example demonstrates that GetType returns the runtime type of the current instance.
En el ejemplo de código siguiente se muestra que GetType devuelve el tipo en tiempo de ejecución de la instancia Enum.
Or, use the GetType method of all the objects together with the FullName property of this method.
También puede utilizar el método GetType de todos los objetos junto con la propiedad FullName de este método.
The GetType method is inherited by all types that derive from Object.
El GetType método es heredado por todos los tipos que derivan de Object.
Because SystemObject is the base class for all types in the.NET Framework type system, the GetType method can be used to return Type objects that represent all.NET Framework types.
Porque System.Object es la clase base para todos los tipos en el sistema de tipos de.NET Framework, el GetType método puede utilizarse para devolver Type objetos que representan todos los tipos de.NET Framework.
getType - get the type of the property.
getType - obtener el tipo de la propiedad.
To get a human-readable representation of a type for debugging, use the gettype() function.
Para obtener una representación legible por humanos de un tipo con propósitos de depuración, use la función gettype().
String getType(): allows obtaining type of functionality.
String getType(): permite obtener el tipo de funcionalidad.
They also have a getType() method that returns a value indicating the data type of the column.
También tienen un método getType() que devuelve un valor que indica el tipo de datos de la columna.
Never use gettype() to test for a certain type, since the returned string may be subject to change in a future version.
Nunca use gettype() para probar si una variable es de cierto tipo, ya que la cadena devuelta puede ser sujeta a cambios en versiones futuras.