I have a radNumericTextbox set as currency. In codebehind, when I get the .Text value, it contains only the numeric part, which is correct. But is there any way to get the formatted value of the textbox including the dollar symbol? That way, when the culture changes, the appropriate format is adjusted.