Html |
public static void HtmlEncode( TextWriter output, string data, int startIndex, int count )
Exception | Condition |
---|---|
ArgumentNullException | output is null. -or- data is null. |
ArgumentOutOfRangeException | startIndex and count do not specify a valid range in the data. |