[protected]
Helper to create a string for a GUID.
Definition at line 430 of file Settings.cpp.
References iprt::MiniString::append(), and com::Guid::toString().
{ Utf8Str str("{"); str.append(guid.toString()); str.append("}"); return str; }