Loader.DataToString(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For debugging, converts an instance of the Loader's data class to a string that can be printed.
[Android.Runtime.Register("dataToString", "(Ljava/lang/Object;)Ljava/lang/String;", "GetDataToString_Ljava_lang_Object_Handler")]
public virtual string? DataToString (Java.Lang.Object? data);
[<Android.Runtime.Register("dataToString", "(Ljava/lang/Object;)Ljava/lang/String;", "GetDataToString_Ljava_lang_Object_Handler")>]
abstract member DataToString : Java.Lang.Object -> string
override this.DataToString : Java.Lang.Object -> string
Parameters
- data
- Object
Returns
- Attributes
Remarks
For debugging, converts an instance of the Loader's data class to a string that can be printed. Must handle a null data.
Java documentation for android.content.Loader.dataToString(D)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.