Fix osai&siemens
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user