SECMaskEdit::GetData
voidSECMaskEdit::GetData(CString&strData, BOOLbTrim= FALSE)
Retrieves data from the masked edit and strips out the literals and spaces if specified.
Defined in: SECMEDIT.CPP
Return Value
void
Parameters
strData
A CString that will receive the retrieved data.
Comments
GetData returns the actual data without literals or any mask characters. For example, if the user has entered a phone number such as (919) 321-6186, the result of GetData will be the string: "9193216186".
bTrim
Set to TRUE if you would like to omit any white space from the retrieved data. The default is FALSE.
See Also