LanguageVersionFacts.ToDisplayString(LanguageVersion) 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.
Displays the version number in the format expected on the command-line (/langver flag). For instance, "6", "7.0", "7.1", "latest".
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ ToDisplayString(Microsoft::CodeAnalysis::CSharp::LanguageVersion version);
public static string ToDisplayString (this Microsoft.CodeAnalysis.CSharp.LanguageVersion version);
static member ToDisplayString : Microsoft.CodeAnalysis.CSharp.LanguageVersion -> string
<Extension()>
Public Function ToDisplayString (version As LanguageVersion) As String
Parameters
- version
- LanguageVersion