ODataUriUtils.ConvertFromUriLiteral Method
Include Protected Members
Include Inherited Members
Converts the given value to a corresponding CLR type. Expects the value to have already been properly unescaped from an actual Uri.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
ConvertFromUriLiteral(String, ODataVersion) | Converts the given value to a corresponding CLR type. Expects the value to have already been properly unescaped from an actual Uri. |
![]() ![]() |
ConvertFromUriLiteral(String, ODataVersion, IEdmModel, IEdmTypeReference) | Converts the given value to a corresponding CLR type. Expects the value to have already been properly unescaped from an actual Uri. |
Top