1

Is there any way to set globally rule for example in global.asax in C# to automatically convert and change specific data type to another data type?

For example automatically every property with Int64 or Long data type convert to the string when it is passing from Controller to the Client??

I know I can do that with defining Convert method but I think it is not good idea.

Thank you

1

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.