Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

StringUtilities.ToCharacterSeparatedFileName - метод Смотри также  Terrasoft.Common - пространство имен > StringUtilities - класс : ToCharacterSeparatedFileName - метод C#

source
String.
separator
Delimiter.
extension
The extension.

Glossary Item Box

Generates the name of a file based on the character string with the specidied delimiter and file extension.

Синтаксис

[Extension()] 
public static string ToCharacterSeparatedFileName( 
   string source, 
   char separator, 
   string extension 
)

Параметры

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.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?