Class StringToLongConverter
Inheritance
System.Object
StringToLongConverter
Namespace: Com.Telerik.Widget.Dataform.Engine
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public abstract class StringToLongConverter : Object, IPropertyConverter, IJavaObject, IDisposable, IJavaPeerable
Constructors
StringToLongConverter()
Declaration
public StringToLongConverter()
StringToLongConverter(IntPtr, JniHandleOwnership)
Declaration
protected StringToLongConverter(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Locale
Declaration
public virtual Locale Locale { get; set; }
Property Value
Java.Util.Locale
|
Template
Declaration
public virtual string Template { get; set; }
Property Value
System.String
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
ConvertFrom(Object)
Declaration
public abstract Object ConvertFrom(Object p0)
Parameters
Java.Lang.Object
p0
|
Returns
Java.Lang.Object
|
Implements
ConvertTo(Object)
Declaration
public abstract Object ConvertTo(Object p0)
Parameters
Java.Lang.Object
p0
|
Returns
Java.Lang.Object
|
Implements
Format()
Declaration
protected virtual SimpleDateFormat Format()
Returns
Java.Text.SimpleDateFormat
|