次の方法で共有


IFormatterConverter.ToUInt64 メソッド

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

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

Function ToUInt64( _
   ByVal value As Object _) As UInt64
[C#]
ulong ToUInt64(
   objectvalue);
[C++]
unsigned __int64 ToUInt64(
   Object* value);
[JScript]
function ToUInt64(
   value : Object) : UInt64;

パラメータ

  • 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 名前空間