IFormatterConverter.ToInt64 メソッド

値を 64 ビット符号付き整数に変換します。

IFormatterConverter 型は CLS との互換性がありません。CLS との互換性に関する詳細については 「共通言語仕様の概要」 を参照してください。

Function ToInt64( _
   ByVal value As Object _) As Long
[C#]
long ToInt64(
   objectvalue);
[C++]
__int64 ToInt64(
   Object* value);
[JScript]
function ToInt64(
   value : Object) : long;

パラメータ

  • value
    変換されるオブジェクト。

戻り値

変換後の値。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

IFormatterConverter インターフェイス | IFormatterConverter メンバ | System.Runtime.Serialization 名前空間