UInt32.IConvertible.GetTypeCode Método

Definição

Retorna o TypeCode para tipo de valor UInt32.Returns the TypeCode for value type UInt32.

 virtual TypeCode System.IConvertible.GetTypeCode() = IConvertible::GetTypeCode;
TypeCode IConvertible.GetTypeCode ();
abstract member System.IConvertible.GetTypeCode : unit -> TypeCode
override this.System.IConvertible.GetTypeCode : unit -> TypeCode
Function GetTypeCode () As TypeCode Implements IConvertible.GetTypeCode

Retornos

TypeCode

A constante enumerada, UInt32.The enumerated constant, UInt32.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de UInt32 é convertida em uma interface de IConvertible.It can be used only when the UInt32 instance is cast to an IConvertible interface.

Aplica-se a