Unlimited.Framework.Converters.Graph.Output.OutputDescriptionSerializationService.StripKnownLegacyTags C# (CSharp) Method

StripKnownLegacyTags() private static method

private static StripKnownLegacyTags ( string data ) : string
data string
return string
        private static string StripKnownLegacyTags(string data)
        {
            return data.Replace("<Dev2XMLResult>", null).Replace("</Dev2XMLResult>", null).Replace("<JSON />", null);
        }