Click or drag to resize

SValue Class

Developed by SO-SOFT
S-Value class
Inheritance Hierarchy
SystemObject
  SyntaxBase
    scbscriptSValue
      scbscriptSVariable

Namespace: scbscript
Assembly: scbscriptg (in scbscriptg.exe) Version: 15.62.0+ec7f396c1b0556a067fcf8d296cc36e3f3a5ac92
Syntax
C#
public class SValue : SyntaxBase

The SValue type exposes the following members.

Constructors
 NameDescription
Public methodSValue(Script) Constructor
Public methodSValue(Script, SType) Constructor
Public methodSValue(Script, SValue) Constructor
Public methodSValue(Script, Object) Constructor
Top
Properties
 NameDescription
Public propertyArray Get array object
Public propertyBool Get boolean value
Public propertyHash Get hash object
Public propertyInteger Get integer value
Public propertyIsStatic Is static
Public propertyNumber Get number value
Public propertyPath Get path object
Public propertyRegex Get regular expression value
Public propertyString Get string value
Public propertyStringValue String value
Public propertyType Type
Public propertyValue Value
Top
Methods
 NameDescription
Public methodCallFunction Call script function
Public methodCanConvertTo Can this type is converted to
Public methodCastTo Cast to specify type
Public methodCopyFrom Copy from another value
Public methodCopyFromCanConvert Copy from another value, if it can be converted
Public methodEquals Equals
(Overrides ObjectEquals(Object))
Public methodGetHashCode Get hash code
(Overrides ObjectGetHashCode)
Public methodSetValueFrom Set value from another variable
Public methodToString To string
(Overrides SyntaxBase.ToString)
Top
See Also