SerializationInfo.GetInt64 Method
Retrieves a 64-bit signed integer value from the SerializationInfo store.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- name
- Type: System.String
The name associated with the value to retrieve.
| Exception | Condition |
|---|---|
| ArgumentNullException | name is null. |
| InvalidCastException | The value associated with name cannot be converted to a 64-bit signed integer. |
| SerializationException | An element with the specified name is not found in the current instance. |
If the value is a 64-bit signed integer, or can be converted to one, that value is returned; otherwise, a InvalidCastException is thrown. All conversions are done by the IFormatterConverter associated with this SerializationInfo.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.