HtmlTestEncoder.Encode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Encode(String) | |
| Encode(TextWriter, Char[], Int32, Int32) | |
| Encode(TextWriter, String, Int32, Int32) |
Encode(String)
Encode(TextWriter, Char[], Int32, Int32)
public:
override void Encode(System::IO::TextWriter ^ output, cli::array <char> ^ value, int startIndex, int characterCount);
public override void Encode (System.IO.TextWriter output, char[] value, int startIndex, int characterCount);
override this.Encode : System.IO.TextWriter * char[] * int * int -> unit
Public Overrides Sub Encode (output As TextWriter, value As Char(), startIndex As Integer, characterCount As Integer)
Parameters
- output
- TextWriter
- value
- Char[]
- startIndex
- Int32
- characterCount
- Int32
Applies to
Encode(TextWriter, String, Int32, Int32)
public:
override void Encode(System::IO::TextWriter ^ output, System::String ^ value, int startIndex, int characterCount);
public override void Encode (System.IO.TextWriter output, string value, int startIndex, int characterCount);
override this.Encode : System.IO.TextWriter * string * int * int -> unit
Public Overrides Sub Encode (output As TextWriter, value As String, startIndex As Integer, characterCount As Integer)
Parameters
- output
- TextWriter
- value
- String
- startIndex
- Int32
- characterCount
- Int32