4 references to IsNumeric
System.Workflow.Activities (4)
Rules\Expressions.cs (4)
2067canConvert = (toType2.IsEnum) || IsNumeric(toType2); 2072canConvert = IsNumeric(fromType2); 2076canConvert = IsNumeric(toType2); 2080canConvert = IsNumeric(fromType2);