Packs and unpacks 32(compact) and 36 charactor GUIDs
require 'guid_spanner'bundleGuidSpanner::Guid.unpack_to_36('1be7eaa5aba341e895a653e66be98fef')
=> '1be7eaa5-aba3-41e8-95a6-53e66be98fef'GuidSpanner::Guid.pack_to_32('1be7eaa5-aba3-41e8-95a6-53e66be98fef')
=> '1be7eaa5aba341e895a653e66be98fef'GuidSpanner::Guid.str_to_bin('1be7eaa5-aba3-41e8-95a6-53e66be98fef')
=> '\e\xE7\xEA\xA5\xAB\xA3A\xE8\x95\xA6S\xE6k\xE9\x8F\xEF'GuidSpanner::Guid.bin_to_str('\e\xE7\xEA\xA5\xAB\xA3A\xE8\x95\xA6S\xE6k\xE9\x8F\xEF')
=> '1be7eaa5-aba3-41e8-95a6-53e66be98fef'Raises
GuidSpanner::Exceptions::InvalidUuidFormatErrorif an incorrectly formatted GUID is provided for packing or unpacking or conversion
Guid Spanner is licensed under the Apache-2.0 licence.
Copyright (c) 2018 Sage Group Plc. All rights reserved.
