Message 1 of 2

Not applicable
08-13-2015
01:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The Handle object has a value property which is of type long. Is it ok to use this value to save/reterive Handles on disk? As, on websites, I have seen people use Handle.ToString() to save the handle and then a Convert.ToInt64 to reterive it back.
I suppose they are the same.
Solved! Go to Solution.