HTMLparser.DecodeEntities Method

Majestic12

High-performance .NET C# HTMLparser Library

HTMLparser.DecodeEntities Method 

This function will decode any entities found in a string - not fast!

public static string DecodeEntities(
   string sData
);

Return Value

Possibly decoded string

See Also

HTMLparser Class | Majestic12 Namespace