Full Library / Math Operator / Transform / String / String_to_Number
Block Name: String_to_Number
- public class String_to_Number
- extends TypedAtomicActor
- This actor converts an input string, the input, to one of four output, the output, type tokens, including integer, double, or string. The type of output token is selected by the user via menu parameter.
input
public TypedIOPort input
integer_output
public TypedIOPort integer_output
- Output port, type integer.
double_output
public TypedIOPort double_output
- Output port, type double.
string_output
public TypedIOPort string_output
- Output port, type string.
Conversion_Type
public StringAttribute Conversion_Type
- The output port operator. This is a string-valued attribute that defaults to "Integer".
Created with the Personal Edition of HelpNDoc: Full-featured multi-format Help generator