The Value type is the abstract supertype of all managed wrappers around Perl variables.
|
See Also: Inherited members from object.
|
Conversion: Perl.Value
to System.Boolean Determines whether Perl would consider this value to be true.
|
|
Conversion: Perl.Value
to System.String Converts this Value to a string.
|
|
Conversion: Perl.Value
to System.Int32 Converts this Value to an integer, if it is a Scalar.
|
|
Conversion: Perl.Value
to System.Double Converts this Value to a double, if it is a Scalar.
|
Determines whether Perl would consider this value to be true.
Converts this Value to a string.
Converts this Value to an integer, if it is a Scalar.
| Type | Condition |
|---|---|
| ArgumentException | If value is not a Scalar. |
Converts this Value to a double, if it is a Scalar.
| Type | Condition |
|---|---|
| ArgumentException | If value is not a Scalar. |
Returns a string representing what kind of value this is.