Method Cast
Cast(IType, Object)
Generates the cast syntax for the specified type.
Declaration
public static dynamic Cast(IType type, dynamic value)
Parameters
Type | Name | Description |
---|---|---|
IType | type | |
Object | value | Must be explicitly cast to |
Returns
Type | Description |
---|---|
Object |