Method CreateInt
CreateInt(String, Nullable<String>)
Creates a new 32-bit integer field.
Declaration
public static Field CreateInt(string name, string? alias = null)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name | Name of the field. |
| System.Nullable<String> | alias | Alias of the field. |
Returns
| Type | Description |
|---|---|
| Field | An Int32 field |
Remarks
Use this method to create a field. The field will be editable and nullable.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| UWP | 100.15 |