예제 #1
0
 public string SourceID()
 {
     return(Marshal.PtrToStringAuto(SQLiteApiOSXInternal.sqlite3_sourceid()));
 }
예제 #2
0
 public string SourceID()
 {
     //TODO: It looks like this is the correct method to call, but the actual iOS library used to call PtrToStringAuto. I gathered that this should be Ansi because a) That's what the Android version called, and b) that's what is in the iOS version.
     return(Marshal.PtrToStringAnsi(SQLiteApiOSXInternal.sqlite3_sourceid()));
 }