[This is preliminary documentation and is subject to change.]
Checks whether supplied char is suitable for a part of JSON identifier
Namespace: NFX.CodeAnalysis.JSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool ValidateChar(
char c
)
public static bool ValidateChar(
char c
)
Public Shared Function ValidateChar (
c As Char
) As Boolean
Public Shared Function ValidateChar (
c As Char
) As Boolean
public:
static bool ValidateChar(
wchar_t c
)
public:
static bool ValidateChar(
wchar_t c
)
static member ValidateChar :
c : char -> boolstatic member ValidateChar :
c : char -> boolReturn Value
Type:
Boolean