Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
160
Xammasked editor - mask property
posted

I am trying to set the mask property to a xammaskededitor textbox in this manner

mask.Mask = "{char:35:0-9A-Zanwp?[]?{!:·;·—·( )>'“”'$@£/%^&*_-+=~`,.<-#|\"}";  

my need here at this point is to include }(closed curly brace) as a masking character. mask only includes

all the characters before the closed curly brace

Could someone let me know how i could do this?