Méthode | Description | |
---|---|---|
HtmlFormattableString ( IFormatProvider formatProvider, string format ) : System |
Creates a new HtmlFormattableString with the given formatProvider, format and args.
|
|
HtmlFormattableString ( string format ) : System |
Creates a new HtmlFormattableString with the given format and args.
|
|
WriteTo ( |
Méthode | Description | |
---|---|---|
DebuggerToString ( ) : string |
public HtmlFormattableString ( IFormatProvider formatProvider, string format ) : System | ||
formatProvider | IFormatProvider | An object that provides culture-specific formatting information. |
format | string | A composite format string. |
Résultat | System |
public HtmlFormattableString ( string format ) : System | ||
format | string | A composite format string. |
Résultat | System |
public WriteTo ( |
||
writer | ||
encoder | System.Text.Encodings.Web.HtmlEncoder | |
Résultat | void |