Back to FabImage Library website

You are here: Start » Function Reference » All Functions » String » TestStringEarlierThan

TestStringEarlierThan


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

Checks whether the input string is earlier alphabetically than a reference string.

Syntax

void fil::TestStringEarlierThan
(
	const ftl::String& inString,
	const ftl::String& inReferenceString,
	const bool inIgnoreCase,
	const bool inTrimWhitespace,
	bool& outIsEarlier
)

Parameters

Name Type Default Description
Input value
inString const String&
Input value
inReferenceString const String&
Input value
inIgnoreCase const bool
Input value
inTrimWhitespace const bool
Output value
outIsEarlier bool&