SearchValuesPolyfillCreate(String) Method

Creates a SearchValuesPolyfillT instance for values.

Definition

Namespace: FolkerKinzel.Strings
Assembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.3+0b4e3cc14d7870504a77e224d298b921bfc6f2ee
C#
public static SearchValuesPolyfill<char> Create(
	string? values
)

Parameters

values  String
A String containing the set of values.

Return Value

SearchValuesPolyfillChar
A SearchValuesPolyfillT instance for values.

See Also