C# Class Yodiwo.Markup

Show file Open project: yodiwo/plegma Class Usage Examples

Public Properties

Property Type Description
B_off string
B_on string
Break string
Footer string
HR string
Header string
Heading string
I_off string
I_on string
MS_off string
MS_on string

Public Methods

Method Description
Boldify ( string str ) : string
Headingify ( string str ) : string
Italify ( string str ) : string
Markup ( eType type ) : System
NewLine ( eType type ) : string

Method Details

Boldify() public method

public Boldify ( string str ) : string
str string
return string

Headingify() public method

public Headingify ( string str ) : string
str string
return string

Italify() public method

public Italify ( string str ) : string
str string
return string

Markup() public method

public Markup ( eType type ) : System
type eType
return System

NewLine() public static method

public static NewLine ( eType type ) : string
type eType
return string

Property Details

B_off public property

public string B_off
return string

B_on public property

public string B_on
return string

Break public property

public string Break
return string

Footer public property

public string Footer
return string

HR public property

public string HR
return string

Header public property

public string Header
return string

Heading public property

public string Heading
return string

I_off public property

public string I_off
return string

I_on public property

public string I_on
return string

MS_off public property

public string MS_off
return string

MS_on public property

public string MS_on
return string