Returns whether the specified identifier is valid for this object file.
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public virtual bool IsValidIdentifier(
string identifier
) |
Visual Basic |
---|
Public Overridable Function IsValidIdentifier ( _
identifier As String _
) As Boolean |
Visual C++ |
---|
public:
virtual bool IsValidIdentifier(
String^ identifier
) |
Return Value
trueTruetruetrue (True in Visual Basic) when the identifier is valid for this object file;
otherwise,
falseFalsefalsefalse (False in Visual Basic).
Exceptions
Contracts
See Also