2 references to ToBoolean
Microsoft.ML.Data (1)
Data\Conversion.cs (1)
965public void Convert(in U2 src, ref BL dst) => dst = System.Convert.ToBoolean(src);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
181return Convert.ToBoolean(m_value);