AtalaInt128 Constructor (String, Int32) |
Creates a new instance of AtalaInt128 from a string.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public AtalaInt128(
string value,
int radix
)
Public Sub New (
value As String,
radix As Integer
)
Parameters
- value
- Type: SystemString
The numeric string to build the AtalaInt128 from. - radix
- Type: SystemInt32
The numeric base. Values of 10 and 16 are common.
Exceptions Exception | Condition |
---|
| Thrown if the value argument is null (Nothing in VB). |
| Thrown if the string value is invalid. |
Remarks Note that string values are specified in the lt;signgt;lt;magnitudegt; format.
See Also