Tuesday, 15 January 2013

c# - ExpressionType's 'GreaterThanOrEqual' to string '>=' -



c# - ExpressionType's 'GreaterThanOrEqual' to string '>=' -

is there easy way take look type , actual operator?

for example:

i have string expressiontype of "greaterthanorequal". easier viewing clients, i'd ">=" when output string them.

i don't want have hard code conversion manually if there me in framework.

i'd few of the look types.

c# expression-trees

No comments:

Post a Comment