Fix osai&siemens

This commit is contained in:
Lucio Maranta
2019-01-28 16:30:48 +00:00
parent 439a61cd59
commit 31a3abca75
3 changed files with 18 additions and 15 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ namespace CMS_CORE_Library.Utils
}
// Get a substring from the beginning until the specified character -> defautl "["
internal static string GetUntilOrEmpty(string text, string stopAt = "[")
internal static string GetStringUntilOrEmpty(string text, string stopAt = "[")
{
// Get string unti
if (!String.IsNullOrWhiteSpace(text))