DynamicRest.StandardResultBuilder.GetResultFromText C# (CSharp) Метод

GetResultFromText() публичный статический Метод

public static GetResultFromText ( string responseText ) : object
responseText string
Результат object
        public static object GetResultFromText(string responseText)
        {
            return responseText ?? "";
        }