Share via


KeyDataViewType.IsValidDataType(Type) Método

Definición

Devuelve true si el tipo especificado es válido para .KeyDataViewType Los válidos son Byte, UInt16, UInt32y UInt64, es decir, los tipos enteros sin signo.

public static bool IsValidDataType (Type type);
static member IsValidDataType : Type -> bool
Public Shared Function IsValidDataType (type As Type) As Boolean

Parámetros

type
Type

Devoluciones

Se aplica a