Keyoti SearchUnit API Docs
ConvertEntity Method (text, convertAMP, startPos, endPos)
API DocumentationKeyoti.SearchEngine.UtilsHtmlHelperConvertEntity(String, Boolean, Int32, Int32)
Keyoti SearchUnit v6
End pos is the char after the trailing ';'
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public static string ConvertEntity(
	string text,
	bool convertAMP,
	int startPos,
	int endPos
)
public static string ConvertEntity(
	string text,
	bool convertAMP,
	int startPos,
	int endPos
)
Public Shared Function ConvertEntity ( 
	text As String,
	convertAMP As Boolean,
	startPos As Integer,
	endPos As Integer
) As String
Public Shared Function ConvertEntity ( 
	text As String,
	convertAMP As Boolean,
	startPos As Integer,
	endPos As Integer
) As String
public:
static String^ ConvertEntity(
	String^ text, 
	bool convertAMP, 
	int startPos, 
	int endPos
)
public:
static String^ ConvertEntity(
	String^ text, 
	bool convertAMP, 
	int startPos, 
	int endPos
)
static member ConvertEntity : 
        text : string * 
        convertAMP : bool * 
        startPos : int * 
        endPos : int -> string 
static member ConvertEntity : 
        text : string * 
        convertAMP : bool * 
        startPos : int * 
        endPos : int -> string 
Parameters
text (String)
convertAMP (Boolean)
startPos (Int32)
endPos (Int32)
Return Value

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120