Is there a method to determine the number of masked characters in a RadMaskedTextBox.Mask? For example, if the mask is defined as "###-###-#### (US)" the number of masks is 10 (whereas the length of the mask would be 17).
I've looked at the MaskParts collection, but don't see a simple way of determining the number of masks (vs. literals).
Any help would be appreciated so I don't recreate the wheel!
I've looked at the MaskParts collection, but don't see a simple way of determining the number of masks (vs. literals).
Any help would be appreciated so I don't recreate the wheel!