Header menu logo fantomas

EndOfLineStyle Type

Union cases

Union case Description

CR

Full Usage: CR

CRLF

Full Usage: CRLF

LF

Full Usage: LF

Instance members

Instance member Description

this.IsCR

Full Usage: this.IsCR

Returns: bool
Returns: bool

this.IsCRLF

Full Usage: this.IsCRLF

Returns: bool
Returns: bool

this.IsLF

Full Usage: this.IsLF

Returns: bool
Returns: bool

this.NewLineString

Full Usage: this.NewLineString

Returns: string
Returns: string

Static members

Static member Description

EndOfLineStyle.FromEnvironment

Full Usage: EndOfLineStyle.FromEnvironment

Returns: EndOfLineStyle
Returns: EndOfLineStyle

EndOfLineStyle.OfConfigString(eolString)

Full Usage: EndOfLineStyle.OfConfigString(eolString)

Parameters:
    eolString : string

Returns: EndOfLineStyle option
eolString : string
Returns: EndOfLineStyle option

EndOfLineStyle.ToConfigString(eol)

Full Usage: EndOfLineStyle.ToConfigString(eol)

Parameters:
Returns: string
eol : EndOfLineStyle
Returns: string

Type something to start searching.