public string AsString ();

반환

string The value of the string element.

설명

Convenience function to convert to string.

The method is equivalent to ((PlistElementString) el).value. Throws exception if the element is not PlistElementString.