I\'m getting an error when I attempt to use the following static function.
Error:
Expected class, delegate, enum, interface, or struct
You need to put the method definition into a class/struct definition. Method definitions can't appear outside those.