SplitTopLevelTokens(String, ReadOnlySpan, Boolean, Boolean) Method

Definition

Assembly XamlToCSharpGenerator.Core.dll
public static ImmutableArray<string> SplitTopLevelTokens(string value, ReadOnlySpan<char> separators, bool trimEntries, bool removeEmptyEntries)

Parameters

value
String
separators
ReadOnlySpan<Char>
trimEntries
Boolean
removeEmptyEntries
Boolean

Returns