Monday, November 21, 2011

Byte Array/Binary

To store byte array or binary data, Base64 string format is commonly used.

Convert.ToBase64String

This can help you to store binary data to Xml files and string columns in database.

No comments:

Post a Comment