method
Value.StringValue
func (value Value) StringValue() (
string,
bool,
)StringValue returns the string and true when this is a string operand.
Related types
ValueAn immutable scalar or list comparison operand.
method
func (value Value) StringValue() (
string,
bool,
)StringValue returns the string and true when this is a string operand.
ValueAn immutable scalar or list comparison operand.