SearchValuesPolyfillCreate(String) Method
Namespace: FolkerKinzel.StringsAssembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.5.0+6287955de434d14f61638ea0c3c40b499ae05cd1
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.