deserialize
Description:
[
Version ( since =
"2.2" ) ]
public static bool deserialize (
string string,
out uint64 memsize)
Parses a string representation of a memory size as returned by serialize.
Parameters:
| string |
a string as returned by serialize
|
| memsize |
return location for memory size in bytes
|
Returns:
|
true if the string was successfully parsed and memsize has been set,
false otherwise.
|