StringUtilities.ToCharacterSeparatedFileName - метод Смотри также Terrasoft.Common - пространство имен > StringUtilities - класс : ToCharacterSeparatedFileName - метод C#
- source
- String.
- separator
- Delimiter.
- extension
- The extension.
Glossary Item Box
Параметры
- source
- String.
- separator
- Delimiter.
- extension
- The extension.
Тип возвращаемого значения
The name of the file that consists of symbols of the source string separated with the separator symbol with the extension extension.Extensible method for the System.String class.
To correctly generate the file name, the source string must contain either a group of characters that starts with an uppercase Latin letter, or at least one digit.