Share via


Util Object

InfoPath Developer Reference

Provides utility methods that can be used with Microsoft Office InfoPath 2007 forms.

Version Information
 Version Added:  InfoPath 2003

Remarks

Use the Util property of the XDocument object to create a Util object.

The Util object contains the following properties:

Property Description
Date Use this property to return a Date object, which provides several date-related methods.
Math Use this property to return a Math object, which provides several math-related methods.

The Util object contains the following method:

Method Description
Match Indicates whether a string matches a specified pattern.

See Also