# UtilityModule

The `UtilityModule` class defines general functions in the utility module.

## Definition

*Namespace:* Dynamsoft.Utility


```csharp
public static class UtilityModule 
```

## Methods

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

### GetVersion

Returns the version of the utility module.

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

**Return Value**

Returns a string representing the version of the utility module.
