LanguageVersionFacts Class  
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.
public ref class LanguageVersionFacts sealed
	public sealed class LanguageVersionFacts
	type LanguageVersionFacts = class
	Public Module LanguageVersionFacts
		- Inheritance
 - 
				LanguageVersionFacts
 
Methods
| MapSpecifiedToEffectiveVersion(LanguageVersion) | 
		 Map a language version (such as Default, Latest, Or VisualBasicN) to a specific version (VisualBasicN).  | 
        	
| ToDisplayString(LanguageVersion) | 
		 Displays the version number in the format understood on the command-line (/langver flag). For instance, "9", "15", "latest".  | 
        	
| TryParse(String, LanguageVersion) | 
		 Parse a LanguageVersion from a string input, as the command-line compiler does.  |