Back to Adaptive Vision Library website

You are here: Start » Function Reference » Integer » ParseInteger

ParseInteger


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Returns the integer number represented by a string.

Syntax

void avl::ParseInteger
(
	const atl::String& inString,
	avl::NumberSystemBase::Type inBase,
	atl::Conditional<int>& outInteger
)

Parameters

Name Type Default Description
inString const String&
inBase NumberSystemBase::Type
outInteger Conditional<int>&

Errors

Error type Description
DomainError Unsupported numeral system base in ParseInteger.