ODataUriUtils 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.
URI Utility methods.
public static class ODataUriUtils
type ODataUriUtils = class
Public Class ODataUriUtils
- Inheritance
-
ODataUriUtils
Methods
ConvertFromUriLiteral(String, ODataVersion, IEdmModel, IEdmTypeReference) |
Converts the given |
ConvertFromUriLiteral(String, ODataVersion) |
Converts the given |
ConvertToUriLiteral(Object, ODataVersion, Boolean) |
Converts the given object to a string for use in a Uri. Does not perform any of the escaping that Uri provides. No type verification is used. |
ConvertToUriLiteral(Object, ODataVersion, IEdmModel, Boolean) |
Converts the given object to a string in the specified format for use in a Uri. Does not perform any of the escaping that Uri provides. Will perform type verification based on the given model if possible. |
ConvertToUriLiteral(Object, ODataVersion, IEdmModel) |
Converts the given object to a string in the specified format for use in a Uri. Does not perform any of the escaping that Uri provides. Will perform type verification based on the given model if possible. |
ConvertToUriLiteral(Object, ODataVersion) |
Converts the given object to a string for use in a Uri. Does not perform any of the escaping that Uri provides. No type verification is used. |