Keywords.isValidIdentifier(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static bool isValidIdentifier(System::String ^ _spelling);
public static bool isValidIdentifier (string _spelling);
static member isValidIdentifier : string -> bool
Public Shared Function isValidIdentifier (_spelling As String) As Boolean
Parameters
- _spelling
- String