RocksmithToolkitLib.Song2014ToTab.Rs2014Converter.XmlToSong2014 C# (CSharp) Method

XmlToSong2014() public method

Convert XML file to RS2014 (Song2014)
public XmlToSong2014 ( string xmlFilePath ) : Song2014
xmlFilePath string
return RocksmithToolkitLib.Xml.Song2014
        public Song2014 XmlToSong2014(string xmlFilePath)
        {
            Song2014 song = Song2014.LoadFromFile(xmlFilePath);
            return song;
        }