Examples of using Array of strings in English and their translations into Portuguese
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Official/political
Parameters must be an array of strings.
An array of strings that can be referenced from the application.
It can be a string or an array of strings.
X a cell array of strings, or an array of ASCII codes.
Checks if a variable is a cell array of strings.
The context is stored as an array of strings in the Context property of the object.
Iscellstr- Check if a variable is a cell array of strings.
Set to a string or javascript array of strings describing CSS classes that the droppable element will accept.
As explained above variable row is an array of strings.
The function returns an array of strings composed of the strings passed to the function as the second argument.
Iscellstr- checks if a variable is a cell array of strings.
In the function's body,we create a mutable array of strings, newStrings, in which we store the modified strings. .
The Out-String cmdlet converts the objects that Windows PowerShell manages into an array of strings.
Given an array of ASCII codes x,this function returns a array of strings y corresponding into ASCII codes.
The following line creates such a variable: MYSQL_ROW row;As explained above variable row is an array of strings.
Description iscellstr(x) returns%t if x is a cell array of strings(or an empty cell array) and%f otherwise.
All method names need to be passed as first argument,either as string or array of strings.
Returns an array of strings, each of which is a substring of$string formed by splitting it on boundaries formed by the string$delimiter.
At the top of the class body of FlowerService,create an array of Strings of the names of every flower.
In the case of loadItems(), we ask userDefaults  for the object associated with the key"items" anddowncast it to an optional array of strings.
Advanced function parameter binding does not throw an exception when an array of strings is bound to a Boolean parameter.
Given a cell of array of strings x, this function returns a vector of strings y in which the rows are the concatenated components of corresponding rows of the cell array of strings. .
At the top of the class body of FlowerFrame, before the constructor,create an array of strings of the names of every flower.
If you submit more than one string(an array of strings) to the split operator, the Max-substrings limit is applied to each string separately.
To better understand the above initialization, take a look at the following two lines of code in which we initialize an empty array of strings.
Orders results so that$matches[0] is an array of full pattern matches,$matches[1]is an array of strings matched by the first parenthesized subpattern, and so on.
For example, if you have an array of strings you want to display in a ListView, initialize a new ArrayAdapter using a constructor to specify the layout for each string and the string array. .
Results are returned as an array that is the same size as the expression. Additionally, a new option, asvalue, has been added to return results as an array of structs or,alternatively, as a cell array of strings.
I create an array of String s for each of the applicable Struts parameter names and iterate over that array, calling the handleDefaultParameters() method on each one.