This documentation is archived and is not being maintained.
SerializationInfo::GetDecimal Method
Visual Studio 2010
Retrieves a decimal 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 nullptr. |
| InvalidCastException | The value associated with name cannot be converted to a decimal. |
| SerializationException | An element with the specified name is not found in the current instance. |
If the value is a decimal, or can be converted to a decimal, that value is returned; otherwise, a InvalidCastException is thrown. All conversions are done by the IFormatterConverter associated with this SerializationInfo.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: