Class Ole::Types::Clsid
In: lib/ole/types/base.rb
Parent: String

for VT_CLSID Unlike most of the other conversions, the Guid‘s are serialized/deserialized by actually doing nothing! (eg, _load & _dump are null ops) Rather, its just a string with a different inspect string, and it includes a helper method for creating a Guid from that readable form (format).

Methods

dump   format   inspect   load   parse  

Constants

SIZE = 16
PACK = 'V v v CC C6'

Public Class methods

Public Instance methods

[Validate]