dTechNotes
Sunday, September 21, 2014
Salesforce Apex Coding: Convert String to Decimal
String s = '13.333';
Decimal dec = Decimal.valueof(s);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment