Class WhitespaceCharService
- Namespace
- SunamoChar.Services
- Assembly
- SunamoChar.dll
Service for handling whitespace characters
public class WhitespaceCharService
- Inheritance
-
WhitespaceCharService
- Inherited Members
- Extension Methods
Properties
WhiteSpaceChars
List of whitespace characters
public List<char>? WhiteSpaceChars { get; set; }
Property Value
WhiteSpacesCodes
Whitespace character key codes
public List<int> WhiteSpacesCodes { get; }
Property Value
Methods
ConvertWhiteSpaceCodesToChars()
Converts whitespace key codes to characters
public void ConvertWhiteSpaceCodesToChars()