[This is preliminary documentation and is subject to change.]
Checks whether supplied char is suitable for a part of C# id
Namespace: NFX.CodeAnalysis.CSharpAssembly: 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 -> bool
static member ValidateChar :
c : char -> bool
Return Value
Type:
Boolean