Class TryParseMethod<T>
Gets a value indicating whether the specified value can be converted into desired type.
Inheritance
System.Object
TryParseMethod<T>
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class TryParseMethod<T> : MulticastDelegate
Type Parameters
Name |
Description |
T |
The corresponding type.
|
Constructors
TryParseMethod(Object, IntPtr)
Declaration
public TryParseMethod(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(String, out T, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(string input, out T value, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.String |
input |
|
T |
value |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
EndInvoke(out T, IAsyncResult)
Declaration
public virtual bool EndInvoke(out T value, IAsyncResult result)
Parameters
Type |
Name |
Description |
T |
value |
|
System.IAsyncResult |
result |
|
Returns
Invoke(String, out T)
Declaration
public virtual bool Invoke(string input, out T value)
Parameters
Type |
Name |
Description |
System.String |
input |
|
T |
value |
|
Returns