Back to FabImage Library website

You are here: Start » Function Reference » 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: fil
Module: FoundationLite

Returns the long integer number represented by a string.

Syntax

void fil::ParseLongIntegers_Deprecated
(
	const ftl::String& inString,
	fil::NumberSystemBase::Type inBase,
	ftl::Conditional<ftl::int64>& outLongIntegers
)

Parameters

Name Type Default Description
Input value
inString const String&
Input value
inBase NumberSystemBase::Type
Output value
outLongIntegers Conditional<int64>&

Errors

List of possible exceptions:

Error type Description
DomainError Unsupported numeral system base in ParseLongIntegers_Deprecated.