IFormatterConverter 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
Formatter-based serialization is obsolete and should not be used.
중요
이 API는 CLS 규격이 아닙니다.
SerializationInfo의 인스턴스와 SerializationInfo 내부의 데이터를 구문 분석하는 데 가장 적합한 포맷터 제공 클래스 간에 연결을 제공합니다.
public interface class IFormatterConverter
[System.CLSCompliant(false)]
public interface IFormatterConverter
[System.CLSCompliant(false)]
[System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public interface IFormatterConverter
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface IFormatterConverter
[<System.CLSCompliant(false)>]
type IFormatterConverter = interface
[<System.CLSCompliant(false)>]
[<System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type IFormatterConverter = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type IFormatterConverter = interface
Public Interface IFormatterConverter
- 파생
- 특성
메서드
Convert(Object, Type) |
사용되지 않음.
값을 지정된 Type로 변환합니다. |
Convert(Object, TypeCode) |
사용되지 않음.
값을 지정된 TypeCode로 변환합니다. |
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) |
사용되지 않음.
값을 String로 변환합니다. |
ToUInt16(Object) |
사용되지 않음.
값을 부호 없는 16비트 정수로 변환합니다. |
ToUInt32(Object) |
사용되지 않음.
값을 부호 없는 32비트 정수로 변환합니다. |
ToUInt64(Object) |
사용되지 않음.
값을 부호 없는 64비트 정수로 변환합니다. |
적용 대상
.NET