FormatterConverter Classe

Definição

Representa uma implementação base da interface IFormatterConverter que usa a classe Convert e a interface IConvertible.Represents a base implementation of the IFormatterConverter interface that uses the Convert class and the IConvertible interface.

public ref class FormatterConverter : System::Runtime::Serialization::IFormatterConverter
public class FormatterConverter : System.Runtime.Serialization.IFormatterConverter
[System.Runtime.InteropServices.ComVisible(true)]
public class FormatterConverter : System.Runtime.Serialization.IFormatterConverter
type FormatterConverter = class
    interface IFormatterConverter
[<System.Runtime.InteropServices.ComVisible(true)>]
type FormatterConverter = class
    interface IFormatterConverter
Public Class FormatterConverter
Implements IFormatterConverter
Herança
FormatterConverter
Atributos
Implementações

Construtores

FormatterConverter()

Inicializa uma nova instância da classe FormatterConverter.Initializes a new instance of the FormatterConverter class.

Métodos

Convert(Object, Type)

Converte um valor no Type fornecido.Converts a value to the given Type.

Convert(Object, TypeCode)

Converte um valor no TypeCode fornecido.Converts a value to the given TypeCode.

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToBoolean(Object)

Converte um valor em uma Boolean.Converts a value to a Boolean.

ToByte(Object)

Converte um valor em um inteiro sem sinal de 8 bits.Converts a value to an 8-bit unsigned integer.

ToChar(Object)

Converte um valor em um caractere Unicode.Converts a value to a Unicode character.

ToDateTime(Object)

Converte um valor em uma DateTime.Converts a value to a DateTime.

ToDecimal(Object)

Converte um valor em uma Decimal.Converts a value to a Decimal.

ToDouble(Object)

Converte um valor em um número de ponto flutuante de precisão dupla.Converts a value to a double-precision floating-point number.

ToInt16(Object)

Converte um valor em um inteiro com sinal de 16 bits.Converts a value to a 16-bit signed integer.

ToInt32(Object)

Converte um valor em um inteiro com sinal de 32 bits.Converts a value to a 32-bit signed integer.

ToInt64(Object)

Converte um valor em um inteiro com sinal de 64 bits.Converts a value to a 64-bit signed integer.

ToSByte(Object)

Converte um valor em uma SByte.Converts a value to a SByte.

ToSingle(Object)

Converte um valor em um número de ponto flutuante de precisão simples.Converts a value to a single-precision floating-point number.

ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)
ToString(Object)

Converte o objeto especificado em um String.Converts the specified object to a String.

ToUInt16(Object)

Converte um valor em um inteiro sem sinal de 16 bits.Converts a value to a 16-bit unsigned integer.

ToUInt32(Object)

Converte um valor em um inteiro sem sinal de 32 bits.Converts a value to a 32-bit unsigned integer.

ToUInt64(Object)

Converte um valor em um inteiro sem sinal de 64 bits.Converts a value to a 64-bit unsigned integer.

Aplica-se a