# CodeParserModule Class

The `CodeParserModule` class defines general functions in the code parser module.

## Definition

*Namespace:* Dynamsoft.DCP

```csharp
public static class CodeParserModule
```

## Methods

  | Method               | Description |
  |----------------------|-------------|
  | [`GetVersion`](#getversion) | Returns the version of the code parser module.|


### GetVersion

Returns the version of the code parser module.

```csharp
static string GetVersion()
```

**Return Value**

The version information string.

