Luna::VariantType::string
string = 4
Indicates a string variant.
A string variant contains one string represented by a Name object. You can fetch the underlying string by calling Variant::str or Variant::c_str, the former one returns one Name object while the later one returns one C-style string (const c8*
).