C# 클래스 CK.Text.StringAndStringBuilderExtension.EOLNormalizer

파일 보기 프로젝트 열기: Invenietis/ck-core

공개 프로퍼티들

프로퍼티 타입 설명
IsCRLF bool

공개 메소드들

메소드 설명
ToCRLF ( string s ) : string
ToEnvironment ( string s ) : string
ToLF ( string s ) : string

비공개 메소드들

메소드 설명
EOLNormalizer ( ) : System

메소드 상세

ToCRLF() 정적인 공개 메소드

static public ToCRLF ( string s ) : string
s string
리턴 string

ToEnvironment() 정적인 공개 메소드

static public ToEnvironment ( string s ) : string
s string
리턴 string

ToLF() 정적인 공개 메소드

static public ToLF ( string s ) : string
s string
리턴 string

프로퍼티 상세

IsCRLF 공개적으로 정적으로 프로퍼티

public static bool IsCRLF
리턴 bool