Method: TrimAsFileName( … ) Zoltán Mikolás October 15, 2025 16:02 Updated Syntax Example Returns a new string by removing any characters that are not valid to use in filenames. Syntax string TrimAsFileName( object content, bool includeExtension = false ) Example var myName = "Name*Of<File.txt"; Name = TrimAsFileName( myValue ); // Name is now "NameOfFile" Related articles Method: Make( … ) Method: Join( … ) Method: AppendOutValue( … ) Application Server Perfion 2025-R3 Comments 0 comments Please sign in to leave a comment.
Comments
0 comments
Please sign in to leave a comment.