IYarnValue.ConvertTo()
Method in IYarnValue
Summary
Converts this IYarnValue to type T .
public T ConvertTo<T>()
where T : IConvertible;Type Parameters
| Name | Description |
|---|---|
| T | The type to convert to. |
Returns
A value of type T.
Method in IYarnValue
Converts this IYarnValue to type T .
public T ConvertTo<T>()
where T : IConvertible;| Name | Description |
|---|---|
| T | The type to convert to. |
A value of type T.