Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » Integer » ParseLongInteger

ParseLongInteger


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
Module: FoundationLite

Returns the long integer number represented by a string.

Syntax

void avl::ParseLongInteger
(
	const atl::String& inString,
	avl::NumberSystemBase::Type inBase,
	atl::Conditional<atl::int64>& outLongInteger
)

Parameters

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

Errors

List of possible exceptions:

Error type Description
DomainError Unsupported numeral system base in ParseLongInteger.