Utility.GetYarnValue(IConvertible)

Method in Utility

Summary

Returns an IYarnValue representation of the provided value.

public static IYarnValue? GetYarnValue(IConvertible clrValue)

Parameters

NameDescription
System.IConvertible clrValueThe value to get a Yarn representation of.

Returns

An IYarnValue representation of clrValue .