HTMLparser.ChangeToEntities Method

Majestic12

High-performance .NET C# HTMLparser Library

HTMLparser.ChangeToEntities Method 

Parses line and changes known entiry characters into proper HTML entiries

public string ChangeToEntities(
   string sLine
);

Parameters

sLine
Line of text

Return Value

Line of text with proper HTML entities

See Also

HTMLparser Class | Majestic12 Namespace