GenerateManifestBase.ConvertFrameworkVersionToString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts the given .NET Framework version to a string.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected public:
Version ^ ConvertFrameworkVersionToString(System::String ^ version);
protected internal Version ConvertFrameworkVersionToString (string version);
member this.ConvertFrameworkVersionToString : string -> Version
Protected Friend Function ConvertFrameworkVersionToString (version As String) As Version
Parameters
- version
- String
The .NET Framework version number to convert to a string.
Returns
A string that represents the .NET Framework version.