Hash128Field Constructor

Declaration

public Hash128Field();

Description

Initializes and returns an instance of Hash128Field.


Declaration

public Hash128Field(int maxLength);

Parameters

maxLength Maximum number of characters for the field.

Description

Initializes and returns an instance of Hash128Field.


Declaration

public Hash128Field(string label, int maxLength);

Parameters

label The text to use as a label.
maxLength Maximum number of characters for the field.

Description

Initializes and returns an instance of Hash128Field.


Did you find this page useful? Please give it a rating: