Description
Converts the version string to release name.
Syntax
Function RFApplication.ConvertVersionToReleaseName(strVersion As String, pStrReleaseName As String) As RFErrorCode
The ConvertVersionToReleaseName syntax has these parts:
| Part | Description |
|---|---|
| strVersion | [IN] String Required. String value indicating the rapidform version. |
| pStrReleaseName | [OUT] String Required. String value indicating the rapidform release name. |