C# Класс sidepop.Mime.EncodedWord

Holds information about an encoded word
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
MergeEncodedValues string

Открытые методы

Метод Описание
IsCompatibleWith ( EncodedWord other ) : bool

Determines if the current encoded word has the same encoding name and encoding type

Merge ( EncodedWord encodedWord ) : void

Merges the specified encoded word into this instance. This method assumes the encoded words are compatible

Parse ( string value ) : List

Runs the multiple regex pattern and returns a list of EncodedWord

ToString ( ) : string

String representation

Приватные методы

Метод Описание
MergeEncodedValues ( EncodedWord encodedWord ) : string

Merges together two encoded words and returns the correct encoded word string that will match the regular expression

Описание методов

IsCompatibleWith() публичный Метод

Determines if the current encoded word has the same encoding name and encoding type
public IsCompatibleWith ( EncodedWord other ) : bool
other EncodedWord
Результат bool

Merge() публичный Метод

Merges the specified encoded word into this instance. This method assumes the encoded words are compatible
public Merge ( EncodedWord encodedWord ) : void
encodedWord EncodedWord
Результат void

Parse() публичный статический Метод

Runs the multiple regex pattern and returns a list of EncodedWord
public static Parse ( string value ) : List
value string
Результат List

ToString() публичный Метод

String representation
public ToString ( ) : string
Результат string