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