SerializationInfo::GetSByte Method (String^)
.NET Framework (current version)
Retrieves an 8-bit signed integer value from the SerializationInfo store.
This API is not CLS-compliant.
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 an 8-bit signed integer. |
| SerializationException | An element with the specified name is not found in the current instance. |
If the value is an Int8, or can be converted to an Int8, that value is returned; otherwise, a InvalidCastException is thrown. All conversions are done by the IFormatterConverter associated with this SerializationInfo.
.NET Framework
Available since 1.1
Available since 1.1
Show: