TheCommonUtils..::..GetSafeFileName Method
Returns a file name where all reserved characters are replaced with underscore ("_"). Optionally add a timestamp to the file name.
Example: GetSafeFileName("a+b:c/d", "json", true) returns a+b_c_d_201801241106123.json.
Namespace:
nsCDEngine.BaseClassesAssembly: C-DEngine (in C-DEngine.dll)