Builder.Common.BuildStep.ExpandMacros C# (CSharp) Method

ExpandMacros() protected method

protected ExpandMacros ( string sInput ) : string
sInput string
return string
        protected string ExpandMacros(string sInput)
        {
            return m_oBuilder.ExpandMacros(sInput);
        }