asString method

String asString()

Implementation

String asString()
{
  return this._rawValue as String;
}