StringExtensions

StockSharp.Xaml.Charting.Common.Extensions

Methods

Substring
internal static string Substring(string input, string before, string after)
result = StringExtensions.Substring(input, before, after)

Returns the substring of the input string which is sandwiched between the Before and After strings

input
before
after