Start » Filter Reference » Basic » Integer » ParseLongInteger
| Module: | FoundationLite |
|---|
Returns the long integer number represented by a string.
| Name | Type | Description | |
|---|---|---|---|
![]() |
inString | String | |
![]() |
inBase | NumberSystemBase | |
![]() |
outLongInteger | Long? |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Unsupported numeral system base in ParseLongInteger. |
Complexity Level
This filter is available on Advanced Complexity Level.


Advanced
