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.

Last updated

Was this helpful?