KeyDataViewType.IsValidDataType(Type) Método

Definição

Retorna true iff o tipo fornecido é válido para um KeyDataViewType. Os válidos são Byte, UInt16e UInt32, UInt64ou 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