Rogue Wave Server Component library for .NET Reference Guide
|
|
Any Constructor (String) |
Initializes a new Any instance from a string value.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
Parameters
- value
- Type: SystemString
The initial string value, that must represent number.
| Exception | Condition |
|---|---|
| FormatException | |
| OverflowException |
The string is converted by ToInt64(String).