SearchValuesPolyfillCreate(String) Method
Namespace: FolkerKinzel.StringsAssembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.0+10a7d4d71aa960998e32ac0ac6c4fcbe4164c917
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.