Loading...
Method in IYarnValue
Converts this IYarnValue to type T .
T
public T ConvertTo<T>() where T : IConvertible;
The type to convert to.
A value of type T.