Table of Contents

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

List<char>

WhiteSpacesCodes

Whitespace character key codes

public List<int> WhiteSpacesCodes { get; }

Property Value

List<int>

Methods

ConvertWhiteSpaceCodesToChars()

Converts whitespace key codes to characters

public void ConvertWhiteSpaceCodesToChars()