C# Класс ExoMerge.Aspose.MergeFields.MergeField

A class used to attempt to parse field nodes as a MERGEFIELD.
Наследование: ExoMerge.Aspose.Common.InlineField
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
TryParse ( FieldStart start, MergeField &field ) : bool

Attempts to parse a field, starting at the given field start node, as a merge field. If the field is not well formed, then an exception is thrown. If the field is not a merge field, then the return value will be false, indicating that the input data was valid but could not be parsed as a merge field.

Приватные методы

Метод Описание
MergeField ( FieldStart start ) : System.Text.RegularExpressions

Описание методов

TryParse() публичный статический Метод

Attempts to parse a field, starting at the given field start node, as a merge field. If the field is not well formed, then an exception is thrown. If the field is not a merge field, then the return value will be false, indicating that the input data was valid but could not be parsed as a merge field.
public static TryParse ( FieldStart start, MergeField &field ) : bool
start FieldStart
field MergeField
Результат bool