System.Html.DOMParser.ParseFromString C# (CSharp) Method

ParseFromString() public method

public ParseFromString ( string str, DOMParserSupportedType type ) : DocumentBase
str string
type DOMParserSupportedType
return System.Xml.DocumentBase
        public DocumentBase ParseFromString(string str, DOMParserSupportedType type)
        {
            return default(DocumentBase);
        }