EDDiscovery / BaseUtilities

C# Base utilities set
1 stars 8 forks source link

Trim string after replacing #36

Closed Eahlstan closed 1 year ago

Eahlstan commented 1 year ago

Not triming again causes CAPI to fail, because if (mk.IsValid && station.Equals(mk.Name, StringComparison.InvariantCultureIgnoreCase)) will always be false because of the space at the end of the replaced string.

robbyxp1 commented 1 year ago

Done