UrlTestEncoder.Encode Método
Definição
Sobrecargas
Encode(String)
public:
override System::String ^ Encode(System::String ^ value);
public override string Encode (string value);
override this.Encode : string -> string
Public Overrides Function Encode (value As String) As String
Parâmetros
Retornos
- 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)
Parâmetros
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)
Parâmetros