IYarnValue.ConvertTo()

Method in IYarnValue

Summary

Converts this IYarnValue to type T .

public T ConvertTo<T>()
    where T : IConvertible;

Type Parameters

NameDescription
TThe type to convert to.

Returns

A value of type T.