 Members
 Members| Icon | Member | Description | 
|---|---|---|
|  | Primitive()()()() | 
            Constructs an empty Primitive
             | 
|  | Primitive(String) | 
            Constructs a Primitive with the specified value.
            Value is stored as a string, not numeric.
             | 
|  | Primitive(String, Boolean) | 
            Constructs a Primitive with the specified value
            and specifies whether it should be stored as a number or not.
             | 
|  | Primitive(MemoryStream) | 
            Constructs a Binary Primitive with the specified MemoryStream value.
            Note: Primitive's Value is set to the stream's ToArray() response.
             | 
|  | Primitive(array<Byte>[]()[][]) | 
            Constructs a Binary Primitive with the specified byte[] value.
             |