public string ReadAsString() { string ret = GdalPINVOKE.Attribute_ReadAsString(swigCPtr); if (GdalPINVOKE.SWIGPendingException.Pending) { throw GdalPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }