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