Skip to main content

IModel.GetFieldString method

Namespace: NextDesign.Core

Description

Gets the value of the specified field for this instance in string format. If the specified field is of class type, get the first instance name of that field. If the multiplicity is 2 or more, the first element of the corresponding field is acquired.

argument

NameTypeDescription
fieldNamestringField name
Null or an empty string cannot be specified.

Return value

  • string

Exception

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionWhen null or an empty string is specified for fieldName
Field not foundExtensionFieldNotFoundExceptionIf the specified field is not found in the metaclass of this instance