Namespace: CuteEditor.Tools
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public static bool IsLiteralType( string token ) |
| Visual Basic |
|---|
Public Shared Function IsLiteralType ( _ token As String _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsLiteralType( String^ token ) |
Parameters
- token
- Type: System..::..String