ODataUtils.StringToODataVersion(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.
Displays a string to OData version representation.
public static Microsoft.OData.ODataVersion StringToODataVersion (string version);
static member StringToODataVersion : string -> Microsoft.OData.ODataVersion
Public Function StringToODataVersion (version As String) As ODataVersion
Parameters
- version
- String
The OData version.
Returns
The OData version.