Back to Aurora Vision Library Lite website

You are here: Start » All Functions » String » EraseString

EraseString


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: avl

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
Input value inString const String& Input string
Input value inPosition const int 0 - Index of first character to erase
Input value inLength const int 0 - Length of erased substring
Output value outString String& Output string