Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Integer » ParseInteger_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: | fil |
Module: | FoundationLite |
Returns the integer number represented by a string.
Syntax
void fil::ParseInteger_Deprecated ( const ftl::String& inString, fil::NumberSystemBase::Type inBase, ftl::Conditional<int>& outInteger )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inString | const String& | ||
![]() |
inBase | NumberSystemBase::Type | ||
![]() |
outInteger | Conditional<int>& |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Unsupported numeral system base in ParseInteger_Deprecated. |