DevExtreme React - EdmLiteral Methods
valueOf()
Return Value:
jQuery
JavaScript
var edmLiteral = new DevExpress.data.EdmLiteral("100000L"); console.log(edmLiteral.valueOf()); // logs 100000L
Angular
TypeScript
import { EdmLiteral } from "devextreme/data/odata/utils"; // ... export class AppComponent { constructor() { let edmLiteral = new EdmLiteral("100000L"); console.log(edmLiteral.valueOf()); // logs 100000L } }
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.