Dev2.Data.MathOperations.MathOpsFactory.FetchMathFnDataList C# (CSharp) Method

FetchMathFnDataList() public static method

public static FetchMathFnDataList ( ) : string
return string
        public static string FetchMathFnDataList() {
            // we need to init it ;)
            if (_mathFnDataList == string.Empty) {
                InitMathFnRawData();
            }
            return _mathFnDataList;
        }