|
|
Browse by Tags
All Tags » numbers » .NET
-
I am developing asp.net c# web application and I want an expression that will get only numerical value of a custom tag.
Example tag: <MyTag MyTagId="123">
I need an expression that will extract 123 from MyTagId attribute of MyTag.
Your help will be highly appreciated.
Thanks.
|
|
|