Bloom.Book.Book.PrettyPrintLanguage C# (CSharp) Method

PrettyPrintLanguage() public method

public PrettyPrintLanguage ( string code ) : string
code string
return string
        public string PrettyPrintLanguage(string code)
        {
            return _bookData.PrettyPrintLanguage(code);
        }
Book