CsdlWriter.GetVersionString(Version) 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.
Gets the string form of the EdmVersion. Note that Version 4.01 needs two digits of minor version precision.
protected static string GetVersionString (Version version);
static member GetVersionString : Version -> string
Protected Shared Function GetVersionString (version As Version) As String
Parameters
- version
- Version