KeyDataViewType.IsValidDataType(Type) Método

Definição

Retorna verdadeiro iff o tipo fornecido é válido para um KeyDataViewType. Os válidos sãoByte, UInt16eUInt32UInt64, ou seja, os tipos inteiros sem sinal.

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

Parâmetros

type
Type

Retornos

Aplica-se a