Method Parse
| Improve this Doc View SourceParse(String)
Parses string into MySqlVersion.
Declaration
public static MySqlVersion Parse(string versionString)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | versionString | The input string. |
Returns
| Type | Description |
|---|---|
| MySqlVersion | The result. |