fnMFCapitalizeFirstLetter¶
- Return
1 = Success
-1 = Error
- Parameters
- @String varchar(250)
Input string to concat words and capitalize first letter of each word
Purpose¶
Used to capitalize first letter of each word and concatenate it
Changelog¶
Date |
Author |
Description |
2019-08-30 |
JC |
Added documentation |
2014-09-13 |
DEV2 |
Initial Version - QA |