C# Class sidepop.Mime.EncodedWord

Holds information about an encoded word
Afficher le fichier Open project: Octopus-ITSM/sidepop Class Usage Examples

Private Properties

Свойство Type Description
MergeEncodedValues string

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
MergeEncodedValues ( EncodedWord encodedWord ) : string

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

Method Details

IsCompatibleWith() public méthode

Determines if the current encoded word has the same encoding name and encoding type
public IsCompatibleWith ( EncodedWord other ) : bool
other EncodedWord
Résultat bool

Merge() public méthode

Merges the specified encoded word into this instance. This method assumes the encoded words are compatible
public Merge ( EncodedWord encodedWord ) : void
encodedWord EncodedWord
Résultat void

Parse() public static méthode

Runs the multiple regex pattern and returns a list of EncodedWord
public static Parse ( string value ) : List
value string
Résultat List

ToString() public méthode

String representation
public ToString ( ) : string
Résultat string