Back to Adaptive Vision Library website
You are here: Start » Function Reference » String » EraseString
EraseString
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Removes a part of a string.
Syntax
void avl::EraseString ( const atl::String& inString, const int& inPosition, const int& inLength, atl::String& outString )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inString | const String& | Input string | ||
![]() |
inPosition | const int& | 0 - ![]() |
Index of first character to erase | |
![]() |
inLength | const int& | 0 - ![]() |
Length of erased substring | |
![]() |
outString | String& | Output string |



