[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Core.C1TimeSpanTypeConverter

C1TimeSpanTypeConverter Class

Converts a string containing a number(milliseconds) into a TimeSpan.

Inheritance
C1TimeSpanTypeConverter
Namespace: C1.Xamarin.Forms.Core
Assembly: C1.Xamarin.Forms.Core.dll
Syntax
public class C1TimeSpanTypeConverter : TypeConverter

Constructors

Name Description
C1TimeSpanTypeConverter()

Methods

Name Description
CanConvertFrom(Type)

Returns a Boolean value that indicates whether or not the derived type converter can convert sourceType to its target type.

ConvertFromInvariantString(string)

Converts an string that can be cast to the target type.

See Also

Xamarin.Forms.TypeConverter