Platform Core .NET Assemblies API
ToCharacterSeparatedFileName Method
See Also  Send Feedback
Terrasoft.Common Namespace > StringUtilities Class : ToCharacterSeparatedFileName Method
source
String.
separator
Delimiter.
extension
Extension.

Glossary Item Box

Generates file name based on the specified character string with the specified delimenter and file extension.

Syntax

 
C#
 
 

Parameters

source
String.
separator
Delimiter.
extension
Extension.

Return Value

File name that consists of the character groups of the source string, separated with the separator character with extension extension.

Remarks

Extension method for the System.String class.

In order to correctly generate the file name, the source string must contain either group of characters that starts with a capital Latin letter or at least one number.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.