Back to Aurora Vision Library Lite website
You are here: Start » All Functions » Integer » ParseLongIntegers_Deprecated
ParseLongIntegers_Deprecated
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
| Header: | STD.h |
|---|---|
| Namespace: | avl |
Returns the long integer number represented by a string.
Syntax
void avl::ParseLongIntegers_Deprecated ( const atl::String& inString, avl::NumberSystemBase::Type inBase, atl::Conditional<atl::int64>& outLongIntegers )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inString | const String& | ||
![]() |
inBase | NumberSystemBase::Type | ||
![]() |
outLongIntegers | Conditional<int64>& |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Unsupported numeral system base in ParseLongIntegers_Deprecated. |


