StrToValue From Analysis Services previous page next page Analysis Services StrToValue Returns a value from a string expression. Syntax StrToValue(«String Expression») Remarks The StrToValue function is typically used for user-defined functions. Example The following example returns 45: StrToValue("45") previous page start next page