For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetYarnValue(IConvertible)

Method in Utility

Summary

Returns an IYarnValue representation of the provided value.

public static IYarnValue? GetYarnValue(IConvertible clrValue)

Parameters

Name
Description

System.IConvertible clrValue

The value to get a Yarn representation of.

Returns

An IYarnValue representation of clrValue .

Last updated

Was this helpful?