C# 클래스 ExoMerge.Aspose.MergeFields.MergeField

A class used to attempt to parse field nodes as a MERGEFIELD.
상속: ExoMerge.Aspose.Common.InlineField
파일 보기 프로젝트 열기: vc3/ExoMerge 1 사용 예제들

공개 메소드들

메소드 설명
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