Class TypeConverterHelper
Inheritance
System.Object
TypeConverterHelper
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public static class TypeConverterHelper : Object
Methods
AddParser<T>(TryParseMethod<T>)
Declaration
public static void AddParser<T>(TryParseMethod<T> parseMethod)
Parameters
Type Parameters
CanConvert(Type, String)
Declaration
public static bool CanConvert(Type type, string input)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
System.String |
input |
|
Returns
Convert(Type, String, out Object)
Declaration
public static bool Convert(Type type, string input, out object value)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
System.String |
input |
|
System.Object |
value |
|
Returns
Convert<T>(String, out T)
Declaration
public static bool Convert<T>(string input, out T value)
Parameters
Type |
Name |
Description |
System.String |
input |
|
T |
value |
|
Returns
Type Parameters
IsNullableType(Type)
Declaration
public static bool IsNullableType(Type nullableType)
Parameters
Type |
Name |
Description |
System.Type |
nullableType |
|
Returns