Utility.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 .