FormatterConverter 클래스

정의

주의

Formatter-based serialization is obsolete and should not be used.

IFormatterConverter 클래스 및 Convert 인터페이스를 사용하는 IConvertible 인터페이스의 기본 구현을 나타냅니다.

public ref class FormatterConverter : System::Runtime::Serialization::IFormatterConverter
public class FormatterConverter : System.Runtime.Serialization.IFormatterConverter
[System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
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.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type FormatterConverter = class
    interface IFormatterConverter
[<System.Runtime.InteropServices.ComVisible(true)>]
type FormatterConverter = class
    interface IFormatterConverter
Public Class FormatterConverter
Implements IFormatterConverter
상속
FormatterConverter
특성
구현

생성자

FormatterConverter()
사용되지 않습니다.

FormatterConverter 클래스의 새 인스턴스를 초기화합니다.

메서드

Convert(Object, Type)
사용되지 않습니다.

값을 지정된 Type로 변환합니다.

Convert(Object, TypeCode)
사용되지 않습니다.

값을 지정된 TypeCode로 변환합니다.

Equals(Object)
사용되지 않습니다.

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()
사용되지 않습니다.

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()
사용되지 않습니다.

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()
사용되지 않습니다.

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToBoolean(Object)
사용되지 않습니다.

값을 Boolean로 변환합니다.

ToByte(Object)
사용되지 않습니다.

값을 부호 없는 8비트 정수로 변환합니다.

ToChar(Object)
사용되지 않습니다.

값을 유니코드 문자로 변환합니다.

ToDateTime(Object)
사용되지 않습니다.

값을 DateTime로 변환합니다.

ToDecimal(Object)
사용되지 않습니다.

값을 Decimal로 변환합니다.

ToDouble(Object)
사용되지 않습니다.

값을 배정밀도 부동 소수점 숫자로 변환합니다.

ToInt16(Object)
사용되지 않습니다.

값을 부호 있는 16비트 정수로 변환합니다.

ToInt32(Object)
사용되지 않습니다.

값을 부호 있는 32비트 정수로 변환합니다.

ToInt64(Object)
사용되지 않습니다.

값을 부호 있는 64비트 정수로 변환합니다.

ToSByte(Object)
사용되지 않습니다.

값을 SByte로 변환합니다.

ToSingle(Object)
사용되지 않습니다.

값을 단정밀도 부동 소수점 숫자로 변환합니다.

ToString()
사용되지 않습니다.

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)
ToString(Object)
사용되지 않습니다.

지정한 개체를 String으로 변환합니다.

ToUInt16(Object)
사용되지 않습니다.

값을 부호 없는 16비트 정수로 변환합니다.

ToUInt32(Object)
사용되지 않습니다.

값을 부호 없는 32비트 정수로 변환합니다.

ToUInt64(Object)
사용되지 않습니다.

값을 부호 없는 64비트 정수로 변환합니다.

적용 대상