System.Linq.Dynamic.Res.TypeHasNoNullableFormAndIsNotString C# (CSharp) Méthode

TypeHasNoNullableFormAndIsNotString() public static méthode

public static TypeHasNoNullableFormAndIsNotString ( string type, string @operator, int argumentNumber ) : IFormattedMessage
type string
@operator string
argumentNumber int
Résultat IFormattedMessage
		public static IFormattedMessage TypeHasNoNullableFormAndIsNotString(string type, string @operator, int argumentNumber)
		{
			return "{operator} operator works only with nullable numbers, bools and strings for #{argumentNumber} argument. Actual type:'{type}'.".Localize(new { type, @operator, argumentNumber });
		}