All pages
Powered by GitBook
1 of 1

Loading...

GetYarnValue(IConvertible)

Method in Utility

Summary

Returns an IYarnValue representation of the provided value.

public static IYarnValue? GetYarnValue(IConvertible clrValue)

Parameters

Name
Description

Returns

An representation of clrValue .

System.IConvertible clrValue

The value to get a Yarn representation of.

IYarnValue