Method GetValues
GetValues(String)
Returns an array of values of the field specified as the method parameter. This method returns an empty array when there are no matching fields. It never returns null.
Declaration
public String[] GetValues(String name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | the name of the field |
Returns
Type | Description |
---|---|
System.String[] | a |