Share via


TmpSysFillUtility.contents2Str Method

Gets the contents of the field as a string.

Syntax

public str contents2Str(anytype contents, FieldId fieldId)

Run On

Called

Parameters

  • contents
    Type: anytype
    The container with the value to return.

Return Value

Type: str
A string representation of the contents of the container.

Remarks

This method uses the data type of the field to determine how to format the contents of the container.

See Also

Reference

TmpSysFillUtility Table