GenerateManifestBase.ConvertFrameworkVersionToString(String) Method

Definition

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.

Applies to