C# Class CK.Text.StringAndStringBuilderExtension.EOLNormalizer

Afficher le fichier Open project: Invenietis/ck-core

Méthodes publiques

Свойство Type Description
IsCRLF bool

Méthodes publiques

Méthode Description
ToCRLF ( string s ) : string
ToEnvironment ( string s ) : string
ToLF ( string s ) : string

Private Methods

Méthode Description
EOLNormalizer ( ) : System

Method Details

ToCRLF() static public méthode

static public ToCRLF ( string s ) : string
s string
Résultat string

ToEnvironment() static public méthode

static public ToEnvironment ( string s ) : string
s string
Résultat string

ToLF() static public méthode

static public ToLF ( string s ) : string
s string
Résultat string

Property Details

IsCRLF public_oe static_oe property

public static bool IsCRLF
Résultat bool