NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CSharpCodeGenerator.IsValidIdentifier

Gets whether the specified value is a valid identifier.

[Visual Basic]
Overrides Protected Function IsValidIdentifier( _
   ByVal value As String _
) As Boolean
[C#]
protected override bool IsValidIdentifier(
   string value
);
[C++]
protected: override bool IsValidIdentifier(
   String* value
);
[JScript]
protected override function IsValidIdentifier(
   value : String
) : Boolean;

Parameters

value
The value to test for validity as an identifier.

See Also

CSharpCodeGenerator Class | CSharpCodeGenerator Members | System.CodeDOM.Compiler Namespace