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)
古い.

値を Unicode 文字に変換します。

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 ビット符号なし整数に変換します。

適用対象