MLStringType
class NatML.Types.MLStringType : MLFeatureType
The string type describes string features.
Creating the Type
The string type is created with a length
parameter which specifies the character length of the string. The string type can also be created with a feature name
.
Inspecting the Type
Refer to the MLFeatureType
class for more information.
The dataType
is always equal to typeof(string)
.
Inspecting the String
The string type reports the length
of its string feature.
Last updated