Base32EncoderIgnore Method |
Namespace:
Unvired.Kernel.UWP.Security
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected bool Ignore(
char c
)
Protected Function Ignore (
c As Char
) As Boolean
protected:
bool Ignore(
wchar_t c
)
member Ignore :
c : char -> bool
Parameters
- c
- Type: SystemChar
Return Value
Type:
Boolean
See Also