HTMLEncode

This method of the IServer interface applies HTML encoding to the specified string.

Syntax

public abstract java.lang.String HTMLEncode(java.lang.String inst);

Return Value

Returns a string that contains the encoded text.

Parameters

inst [in] A string that contains the text to be encoded.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.