SearchValuesPolyfillCreate(String) Method
Namespace: FolkerKinzel.StringsAssembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.3+0b4e3cc14d7870504a77e224d298b921bfc6f2ee
public static SearchValuesPolyfill<char> Create(
string? values
)
Public Shared Function Create (
values As String
) As SearchValuesPolyfill(Of Char)
public:
static SearchValuesPolyfill<wchar_t>^ Create(
String^ values
)
static member Create :
values : string -> SearchValuesPolyfill<char>
- values String
- A String containing the set of values.
SearchValuesPolyfillCharA
SearchValuesPolyfillT instance for
values.