PlaceholderScriptParserGetTransformNum - метод |
Производит поиск номера скрипта генерации текста из переданного текста
Пространство имён:
Tessa.Compilation.Placeholders
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public int GetTransformNum(
string text
)
Public Function GetTransformNum (
text As String
) As Integer
public:
virtual int GetTransformNum(
String^ text
) sealed
abstract GetTransformNum :
text : string -> int
override GetTransformNum :
text : string -> int
Параметры
- text
- Тип: SystemString
Переданный текст
Возвращаемое значение
Тип:
Int32Возвращает номер скрипта генерации текста, или -1, если номер скрипта в строке не задан
Реализации
IPlaceholderScriptParserGetTransformNum(String)См. также