Store.Item.getString()

Signature

String getString (Object storeItem, String fieldName)

Domain

ACTION

Description

Returns String value of the specified field

Parameters

NameTypeDescription
storeItemStringStore Item Object
fieldNameStringName of the field whose value needs to be retrieved

Returns

TypeDescription
StringReturns String value of the specified field

Cautions

none