public static bool IsAnyOf( this char value, params char[] values )
Dim value As Char Dim values As Char() Dim returnValue As Boolean returnValue = value.IsAnyOf(values)
public: [ExtensionAttribute] static bool IsAnyOf( wchar_t value, ... array<wchar_t>^ values )
No code example is currently available or this language may not be supported.
In This Article