PlaceholderScriptParserGetTransformNum - метод
Производит поиск номера скрипта генерации текста из переданного текста
Пространство имён: Tessa.Compilation.PlaceholdersСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 String
- Переданный текст
Int32Возвращает номер скрипта генерации текста, или -1, если номер скрипта в строке не задан
IPlaceholderScriptParserGetTransformNum(String)