Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Hi,
How do we convert String to Byte?
Thanks,
Prasad
Convert it to a blob:
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_methods_system_blob.htm
Thanks, John for suggesting Blob data type. I could resolve this issue in my code using Blob and EncodingUtil classes.
Convert it to a blob:
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_methods_system_blob.htm
Thanks, John for suggesting Blob data type. I could resolve this issue in my code using Blob and EncodingUtil classes.