Back to Adaptive Vision Library website

You are here: Start » Function Reference » String » Substring

Substring


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

Creates a string from a fragment of the input string.

Syntax

void avl::Substring
(
	const atl::String& inString,
	const int inStart,
	const atl::Optional<int>& inLength,
	atl::String& outSubstring
)

Parameters

Name Type Range Default Description
inString const String&
inStart const int 0 -
inLength const Optional<int>& 0 - NIL
outSubstring String&