Back to Adaptive Vision Library website
You are here: Start » Function Reference » String » TestStringEarlierThan
TestStringEarlierThan
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Checks whether the input string is earlier alphabetically than a reference string.
Syntax
void avl::TestStringEarlierThan ( const atl::String& inString, const atl::String& inReferenceString, const bool inIgnoreCase, const bool inTrimWhitespace, bool& outIsEarlier )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inString | const String& | ||
![]() |
inReferenceString | const String& | ||
![]() |
inIgnoreCase | const bool | ||
![]() |
inTrimWhitespace | const bool | ||
![]() |
outIsEarlier | bool& |


