Header menu logo FSharp.Formatting

VisualBasicFormat Type

Generates color-coded HTML 4.01 from Visual Basic source code.

Constructors

Constructor Description

VisualBasicFormat()

Full Usage: VisualBasicFormat()

Instance members

Instance member Description

this.CaseSensitive

Full Usage: this.CaseSensitive

Returns: bool
Modifiers: abstract

Determines if the language is case sensitive.

Returns: bool

this.CommentRegEx

Full Usage: this.CommentRegEx

Returns: string
Modifiers: abstract

Regular expression string to match comments (' and REM).

Returns: string

this.Keywords

Full Usage: this.Keywords

Returns: string
Modifiers: abstract

The list of VB keywords.

Returns: string

this.Preprocessors

Full Usage: this.Preprocessors

Returns: string
Modifiers: abstract

The list of VB preprocessors.

Returns: string

this.StringRegEx

Full Usage: this.StringRegEx

Returns: string
Modifiers: abstract

Regular expression string to match string and character literals.

Returns: string

Type something to start searching.