SaslprepIsNonAsciiSpace Method |
Preparation of Internationalized Strings ("stringprep")
http://tools.ietf.org/html/rfc3454#appendix-C.1.2
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static bool IsNonAsciiSpace(
char c
)
Public Shared Function IsNonAsciiSpace (
c As Char
) As Boolean
public:
static bool IsNonAsciiSpace(
wchar_t c
)
static member IsNonAsciiSpace :
c : char -> bool
Parameters
- c
- Type: SystemChar
Return Value
Type:
Boolean
See Also