The StringBuilder content processer/reader allows XNA developers to use regular text files as game assets using the xna content pipeline, and returns a StringBuilder object containing the text data using content.Load<StringBuilder>("AssetName")
Downloads