System.Html.DOMParser.ParseFromString C# (CSharp) Метод

ParseFromString() публичный Метод

public ParseFromString ( string str, DOMParserSupportedType type ) : DocumentBase
str string
type DOMParserSupportedType
Результат System.Xml.DocumentBase
        public DocumentBase ParseFromString(string str, DOMParserSupportedType type)
        {
            return default(DocumentBase);
        }