Show / Hide Table of Contents

Method CreateString

CreateString(String, Nullable<String>, Int32)

Creates a new Text field.

Declaration
public static Field CreateString(string name, string? alias, int length)
Parameters
Type Name Description
String name

Name of the field.

System.Nullable<String> alias

Alias of the field.

System.Int32 length

Length of the field.

Returns
Type Description
Field

A Text field

Remarks

Use this method to create a field. The field will be editable and nullable.

Applies to

Platforms and versions
TargetVersions
UWP100.15
In This Article
Back to top Copyright © 2022 Esri.