class Cmpi::CMPIString

A string

Public Instance Methods

to_s() click to toggle source
  const char* string() {
    return CMGetCharPtr($self);
  }
}