Table of Contents

Class BackslashEncoding

Namespace
SunamoDevCode
Assembly
SunamoDevCode.dll

Helper for handling backslash encoding in strings

public class BackslashEncoding
Inheritance
BackslashEncoding
Inherited Members
Extension Methods

Methods

RemoveWhichIsInString(string, List<int>)

Removes positions that are inside strings

public static void RemoveWhichIsInString(string inputString, List<int> positionsList)

Parameters

inputString string

Input string to analyze

positionsList List<int>

List of positions to filter