SerializationInfo.GetUInt64 Method
Retrieves a 64-bit unsigned integer value from the SerializationInfo store.
This API is not CLS-compliant. Namespace: System.Runtime.Serialization
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 unsigned integer. |
| SerializationException | An element with the specified name is not found in the current instance. |
If the value is a 64-bit unsigned 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 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.